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.
2 parents 65c5d7a + b6bcc5d commit 89cde9fCopy full SHA for 89cde9f
.github/workflows/minimum_code_coverage.yaml
@@ -31,4 +31,4 @@ jobs:
31
32
- name: Check code coverage is 100%
33
run: |
34
- pytest --cov=./blueprints --cov-fail-under=100
+ pytest --cov=./blueprints --cov-report term-missing:skip-covered --cov-fail-under=100
0 commit comments