Add vfc-vnflcm coverage scan.
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index 5a72b4d..62a7adf 100644 (file)
@@ -1,12 +1,13 @@
 [tox]
-envlist = py27,pep8
+envlist = py27,pep8,cov
 skipsdist = true
 
 [tox:jenkins]
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501
+ignore = E501,E722
+exclude = ./venv-tox,./.tox
 max-complexity = 27
 
 [testenv]
@@ -20,3 +21,6 @@ commands = flake8
 [testenv:py27]
 commands =
   {[testenv]commands}
+
+[testenv:cov]
+commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov