Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #495 from dhermes/require-100-cover
Browse files Browse the repository at this point in the history
Require 100% line coverage for tests.
  • Loading branch information
dhermes committed Apr 9, 2016
2 parents ae258ef + c5ed662 commit 8f4d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 8f4d916

Please sign in to comment.