Skip to content

Commit

Permalink
fix: Coverage report invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jan 30, 2024
1 parent da2f8bb commit 7f4f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate Report
run: |
coverage run -m pytest
coverage report xml
coverage xml
- name: Upload Coverage to Codecov
run: |
Expand Down

0 comments on commit 7f4f6e8

Please sign in to comment.