From 6ae744712d4d2012ab98c4687847ce3f51ace986 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 27 Feb 2018 08:57:33 +0800 Subject: [PATCH] Fix vfc-vnflcm coverage issue Change-Id: I49e50f15d19e90bb4058a85a16b849e1dbc9dfe8 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- lcm/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6