Skip to content

Commit

Permalink
Merge pull request #377 from tseaver/fail-coverage_lt_100_pct
Browse files Browse the repository at this point in the history
Fail if coverage < 100%.
  • Loading branch information
tseaver committed Nov 17, 2014
2 parents 9d6efcf + 1c27314 commit c3e170f
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 @@ -23,7 +23,7 @@ deps =
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=100
deps =
nose
unittest2
Expand Down

0 comments on commit c3e170f

Please sign in to comment.