Require 100% line coverage for tests.
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -84,7 +84,7 @@ deps = {[testenv]basedeps}
|
|||||||
basepython = {[coverbase]basepython}
|
basepython = {[coverbase]basepython}
|
||||||
commands =
|
commands =
|
||||||
{[coverbase]commands}
|
{[coverbase]commands}
|
||||||
coverage report --show-missing --fail-under 80
|
coverage report --show-missing --cover-min-percentage=100
|
||||||
deps =
|
deps =
|
||||||
{[coverbase]deps}
|
{[coverbase]deps}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user