From b562bfeaa0759dc19d1ccde0c14db460265f8b98 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 27 Feb 2018 11:09:55 +0800 Subject: Fix vfc-vnfres coverage issue Change-Id: Id5ad5ce8611798cf17085ef9295742ee8fd59013 Issue-ID: VFC-778 Signed-off-by: ying.yunlong --- res/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg