Skip to content

Commit 4c3e2a9

Browse files
committed
uplift min coverage
1 parent ffaad57 commit 4c3e2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# To run all in a class tests/test_foo.py::TestFoo
55
# To run a single test tests/test_foo.py::TestFoo::test_foo
66

7-
python -m pytest --cov=piccolo --cov-report xml --cov-report html --cov-fail-under 75 -s $@
7+
python -m pytest --cov=piccolo --cov-report xml --cov-report html --cov-fail-under 85 -s $@

0 commit comments

Comments
 (0)