Add Sonar coverage for vfc-gvnfm-vnfres
[vfc/gvnfm/vnfres.git] / res / tox.ini
index 8af56dc..f2cdb3c 100644 (file)
@@ -7,6 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore =  E501,E722
+exclude =  ./venv-tox,./.tox
 max-complexity = 12
 
 [testenv]
@@ -22,4 +23,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 xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file