Skip to content

Commit 4362680

Browse files
authored
Merge pull request #178 from asottile/all-repos_autofix_covdefaults-fail-under
remove --fail-under from tox (covdefaults handles this)
2 parents e08eeea + 9b79cab commit 4362680

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)