Skip to content

Commit

Permalink
upload all run to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 7, 2023
1 parent 98bf0d6 commit 3d194fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Run pytest
run: pytest template --cov=template --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
if: ${{ matrix.os == 'ubuntu' && matrix.python-version == 3.9 }}
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
Expand Down

0 comments on commit 3d194fe

Please sign in to comment.