Skip to content

Commit

Permalink
Create html report
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Feb 8, 2024
1 parent 237ad80 commit 596e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Tests
run: |
coverage run --branch -m pytest
coverage report --omit='/tmp/*'
coverage report --omit='/tmp/*' html
tree
- name: Archive code coverage results
if: ${{ failure() }}
Expand Down

0 comments on commit 596e72d

Please sign in to comment.