Skip to content

Commit

Permalink
Fix coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 12, 2024
1 parent db64d8f commit 7e9b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
coverage run pytest -v tests
coverage run -m pytest -v tests
- name: Coverage comment
id: coverage_comment
Expand Down

0 comments on commit 7e9b997

Please sign in to comment.