Skip to content

Commit 9b79cab

Browse files
committed
remove --fail-under from tox (covdefaults handles this)
Committed via https://github.com/asottile/all-repos
1 parent e08eeea commit 9b79cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
66
commands =
77
coverage erase
88
coverage run -m pytest {posargs:tests}
9-
coverage report --fail-under 100
9+
coverage report
1010

1111
[testenv:pre-commit]
1212
skip_install = true

0 commit comments

Comments
 (0)