From 1c27314867e87e01443abff8b6f4a31aaf59ca9d Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 17 Nov 2014 01:57:57 -0500 Subject: [PATCH] Fail if coverage < 100%. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1064cf54f956..9e6c1c65421d 100644 --- a/tox.ini +++ b/tox.ini @@ -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