Add coverage result for vfc-gvnfm-vnflcm
[vfc/gvnfm/vnflcm.git] / 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