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 889f090 commit 9818306Copy full SHA for 9818306
.github/workflows/run_tests_coverage.yml
@@ -63,4 +63,5 @@ jobs:
63
#----------------------------------------------
64
- name: Run tests and generate coverage
65
run: |
66
- poetry run coverage run -m pytest
+ poetry run coverage run -m pytest
67
+ poetry run coverage report -m
0 commit comments