Require 100% Coverage 84/67084/1
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Fri, 22 Feb 2019 14:41:20 +0000 (16:41 +0200)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Fri, 22 Feb 2019 14:41:20 +0000 (16:41 +0200)
This patch applies strict requirement for full coverage of python
code as an acceptance criterion.

Change-Id: Ib6dad44eb4e270efba912ce482676c360da15d84
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 280e359..8f0f011 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,7 @@ commands =
     --cov=dovetail \
     --cov-report term-missing \
     --cov-report xml \
+    --cov-fail-under=100 \
      --ignore=cvp \
     {posargs}
 setenv =