Skip to content

Commit 89cde9f

Browse files
authored
Merge pull request #412 from Blueprints-org/393-feature-request-enhanced-pytest-feedback-tell-what-line-has-not-been-covered
Update minimum code coverage workflow for pytest
2 parents 65c5d7a + b6bcc5d commit 89cde9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimum_code_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131

3232
- name: Check code coverage is 100%
3333
run: |
34-
pytest --cov=./blueprints --cov-fail-under=100
34+
pytest --cov=./blueprints --cov-report term-missing:skip-covered --cov-fail-under=100

0 commit comments

Comments
 (0)