Skip to content

Commit

Permalink
Fix uploading to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
avitase committed Jan 31, 2024
1 parent a2e55be commit f0422b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/get_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
set -o pipefail
pytest \
--junitxml=pytest.xml \
--cov-report=xml \
--cov-report=term-missing \
--cov=geordpy \
Expand All @@ -45,7 +46,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./pytest-coverage.txt
files: ./coverage.xml

- name: Add Coverage to pull request
uses: MishaKav/pytest-coverage-comment@v1.1.48
Expand Down

0 comments on commit f0422b0

Please sign in to comment.