Add coverage report
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index baf2214..4022b75 100644 (file)
@@ -8,3 +8,4 @@ downloadcache = ~/cache/pip
 [testenv]
 deps = -r{toxinidir}/requirements.txt
 commands = coverage run --branch manage.py test lcm
+    coverage html --omit="*test*,*__init__.py" -d htmlcov