diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-02-22 16:41:20 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-02-22 16:41:20 +0200 |
commit | 28d0f1e51cb3dfc3a8741d82cc6c1811391efaac (patch) | |
tree | f7e7c30125e331a5993b2040a5bac6243429e452 | |
parent | 383a21e6a2a493a82acf52a4b18f58f41e586497 (diff) |
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 <mokats@intracom-telecom.com>
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ commands = --cov=dovetail \ --cov-report term-missing \ --cov-report xml \ + --cov-fail-under=100 \ --ignore=cvp \ {posargs} setenv = |