Skip to content

Commit 086ee65

Browse files
committed
ci: Enforce 100% test coverage requirement
1 parent 7df90f6 commit 086ee65

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Run tests and coverage check
4141
run: |
42-
pytest --disable-warnings --maxfail=1 --cov=.
42+
pytest --disable-warnings --maxfail=1 --cov=. --cov-fail-under=100

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ pytest --disable-warnings
55
pytest --cov=.
66

77
coverage html
8-
9-
10-
pytest --disable-warnings --maxfail=1 --cov=. --cov-fail-under=100

0 commit comments

Comments
 (0)