From: ying.yunlong Date: Tue, 27 Feb 2018 03:09:55 +0000 (+0800) Subject: Fix vfc-vnfres coverage issue X-Git-Tag: v1.1.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b562bfeaa0759dc19d1ccde0c14db460265f8b98;p=vfc%2Fgvnfm%2Fvnfres.git Fix vfc-vnfres coverage issue Change-Id: Id5ad5ce8611798cf17085ef9295742ee8fd59013 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- 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