Add coverage result for vfc-gvnfm-vnflcm 11/16711/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sat, 30 Sep 2017 02:03:09 +0000 (10:03 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sat, 30 Sep 2017 02:03:09 +0000 (10:03 +0800)
Change-Id: Iec292085afeb548dfa7bce0018d33d9a858b2dcc
Issue-Id: VFC-487
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/tox.ini

index 5a72b4d..8ee9a71 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,pep8
+envlist = py27,pep8,cov
 skipsdist = true
 
 [tox:jenkins]
@@ -20,3 +20,6 @@ commands = flake8
 [testenv:py27]
 commands =
   {[testenv]commands}
+
+[testenv:cov]
+commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov