Skip to content

Commit c499485

Browse files
authored
Lower coverage threshold from 93 to 75
1 parent 8b22eec commit c499485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ fi
5555
# Actual tests
5656
pip install -Ur test-requirements.txt
5757

58-
pytest -W error -ra -v tests --cov --cov-config=.coveragerc --cov-fail-under=93
58+
pytest -W error -ra -v tests --cov --cov-config=.coveragerc --cov-fail-under=75

0 commit comments

Comments
 (0)