Skip to content

Commit ef9755e

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

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
@@ -11,7 +11,7 @@ setenv =
1111
commands =
1212
coverage erase
1313
coverage run -m pytest {posargs:tests}
14-
coverage report --fail-under 100
14+
coverage report
1515

1616
[testenv:pre-commit]
1717
skip_install = true

0 commit comments

Comments
 (0)