Code Review
/
dovetail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
383a21e
)
Require 100% Coverage
84/67084/1
author
Stamatis Katsaounis
<mokats@intracom-telecom.com>
Fri, 22 Feb 2019 14:41:20 +0000
(16:41 +0200)
committer
Stamatis 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
patch
|
blob
|
history
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 =