From: ying.yunlong Date: Tue, 27 Feb 2018 00:57:33 +0000 (+0800) Subject: Fix vfc-vnflcm coverage issue X-Git-Tag: v1.1.0~53 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=6ae744712d4d2012ab98c4687847ce3f51ace986 Fix vfc-vnflcm coverage issue Change-Id: I49e50f15d19e90bb4058a85a16b849e1dbc9dfe8 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- diff --git a/lcm/tox.ini b/lcm/tox.ini index 7474134e..fb11f013 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov