Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 064c54d

Browse files
committed
Bump down coverage number due to five
1 parent 366bc1d commit 064c54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt
99
commands =
1010
coverage erase
1111
coverage run -m pytest {posargs:tests}
12-
coverage report --show-missing --fail-under 90
12+
coverage report --show-missing --fail-under 88
1313
flake8 {[tox]project} tests setup.py
1414
# pylint {[tox]project} tests setup.py
1515

0 commit comments

Comments
 (0)