summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-02-27 11:09:55 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-02-27 11:09:55 +0800
commitb562bfeaa0759dc19d1ccde0c14db460265f8b98 (patch)
tree2768a2cccb0c2c87fcd09fe9931dcc33c11a2bf4
parent9fd17dcdd3ed9ae7d799a3333958e2529ef077d0 (diff)
Fix vfc-vnfres coverage issue
Change-Id: Id5ad5ce8611798cf17085ef9295742ee8fd59013 Issue-ID: VFC-778 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--res/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini
index c732522..8af56dc 100644
--- a/res/tox.ini
+++ b/res/tox.ini
@@ -22,4 +22,4 @@ commands =
{[testenv]commands}
[testenv:cov]
-commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov \ No newline at end of file
+commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov \ No newline at end of file