Require 100% line coverage for tests.

This commit is contained in:
Danny Hermes
2016-04-08 16:19:49 -07:00
parent ae258efcd4
commit c5ed662dbf

View File

@@ -84,7 +84,7 @@ deps = {[testenv]basedeps}
basepython = {[coverbase]basepython}
commands =
{[coverbase]commands}
coverage report --show-missing --fail-under 80
coverage report --show-missing --cover-min-percentage=100
deps =
{[coverbase]deps}