Skip to content

Commit 389fdd3

Browse files
committed
set tests to fail under 50% coverage
1 parent 8532a15 commit 389fdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
4646
- name: Test with pytest
4747
run: |
48-
coverage run -m pytest tests && coverage report -m --fail-under=75
48+
coverage run -m pytest tests && coverage report -m --fail-under=50

0 commit comments

Comments
 (0)