Skip to content

Commit 07447e2

Browse files
authored
Merge pull request #118 from pre-commit/all-repos_autofix_covdefaults-fail-under
remove --fail-under from tox (covdefaults handles this)
2 parents 1416d6a + aa3e1a5 commit 07447e2

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)