We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d261aa commit ef9755eCopy full SHA for ef9755e
tox.ini
@@ -11,7 +11,7 @@ setenv =
11
commands =
12
coverage erase
13
coverage run -m pytest {posargs:tests}
14
- coverage report --fail-under 100
+ coverage report
15
16
[testenv:pre-commit]
17
skip_install = true
0 commit comments