Skip to content

Commit c8a7a4d

Browse files
authored
Merge pull request #715 from pre-commit/all-repos_autofix_covdefaults-fail-under
remove --fail-under from tox (covdefaults handles this)
2 parents 0d261aa + ef9755e commit c8a7a4d

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)