Skip to content

Commit

Permalink
Rename xml output of coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
avitase committed Jan 31, 2024
1 parent 8bac245 commit a2e55be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: |
set -o pipefail
pytest \
--junitxml=pytest.xml \
--cov-report=term-missing:skip-covered \
--cov-report=xml \
--cov-report=term-missing \
--cov=geordpy \
| tee pytest-coverage.txt
Expand Down

0 comments on commit a2e55be

Please sign in to comment.