Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Feb 8, 2024
1 parent 8cd686c commit e9766e8
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 html --omit='/tmp/*'
coverage report html . --omit='/tmp/*'
tree
- name: Archive code coverage results
if: ${{ failure() }}
Expand Down

0 comments on commit e9766e8

Please sign in to comment.