From 28d0f1e51cb3dfc3a8741d82cc6c1811391efaac Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Fri, 22 Feb 2019 16:41:20 +0200 Subject: Require 100% Coverage This patch applies strict requirement for full coverage of python code as an acceptance criterion. Change-Id: Ib6dad44eb4e270efba912ce482676c360da15d84 Signed-off-by: Stamatis Katsaounis --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 280e359c..8f0f0110 100644 --- 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 = -- cgit 1.2.3-korg