Skip to content

Commit

Permalink
add coverage output location
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Jun 1, 2024
1 parent aeae3a6 commit 572c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Test with pytest
run: |
poetry run pytest --cov-report=coverage.xml
poetry run pytest --cov-report=xml --cov=.
- name: "Upload Report to Codecov"
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 572c248

Please sign in to comment.