From: ying.yunlong Date: Tue, 27 Feb 2018 07:40:04 +0000 (+0800) Subject: Fix vfc-vnfres coverage issues X-Git-Tag: v1.1.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=850501ad95569c1575e84bf36e65c2a589137a8f;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix vfc-vnfres coverage issues Change-Id: Ibab702124e2fe2483d574bcdc6e70540bf126ae6 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- 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