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 ae3d645 commit 8f28e45Copy full SHA for 8f28e45
.github/workflows/cicd_dev.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Code coverage with coverage and pytest
46
run: |
47
- coverage run -m pytest tests
+ coverage run -m pytest tests -v
48
coverage report --fail-under=100
49
50
- name: Upload coverage reports to Codecov
0 commit comments