summaryrefslogtreecommitdiffstats
path: root/newton/tox.ini
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-01-13 07:36:39 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-13 07:36:39 +0000
commitab9ebbfe5fdc80dda15d4785f453adb8892045ca (patch)
tree742612543cc8667fb05fa39fce9be6c05ab1e0fe /newton/tox.ini
parent2f828075adeab453f357d56a8590baebd144bb3b (diff)
parentca4927c2d5521ac6cd4f739b5e47fd4259e3c375 (diff)
Merge "Add UTs for VimDriverUtils class"
Diffstat (limited to 'newton/tox.ini')
-rw-r--r--newton/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/newton/tox.ini b/newton/tox.ini
index d5eb878e..26a902c2 100644
--- a/newton/tox.ini
+++ b/newton/tox.ini
@@ -15,4 +15,5 @@ commands =
[testenv:cover]
commands =
+ coverage html --omit=".tox/*,*tests*,*__init__.py"
coverage report --omit=".tox/*,*tests*,*__init__.py" --fail-under=30