We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb6f9a commit 8b99472Copy full SHA for 8b99472
.github/workflows/run_code_checks.yml
@@ -35,7 +35,7 @@ jobs:
35
run: poetry run pre-commit run --all-files
36
37
- name: Run unit tests
38
- run: poetry run coverage run pytest tests/
+ run: poetry run coverage run -m pytest tests/
39
40
- name: Check unit test coverage
41
run: poetry run coverage report
0 commit comments