From 850501ad95569c1575e84bf36e65c2a589137a8f Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 27 Feb 2018 15:40:04 +0800 Subject: Fix vfc-vnfres coverage issues Change-Id: Ibab702124e2fe2483d574bcdc6e70540bf126ae6 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- mgr/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgr') 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 -- cgit 1.2.3-korg