summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-02-27 15:40:04 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-02-27 15:40:04 +0800
commit850501ad95569c1575e84bf36e65c2a589137a8f (patch)
tree29d0430fe7e30b7c8b419ea52712e20aeee28666
parent3c3e8a01be731be40e31aeba397469cf72fff9ef (diff)
Fix vfc-vnfres coverage issues
Change-Id: Ibab702124e2fe2483d574bcdc6e70540bf126ae6 Issue-ID: VFC-778 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--mgr/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini
index d422bee..9a0c169 100644
--- a/mgr/tox.ini
+++ b/mgr/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