Add Sonar coverage for vfc-ztevnfmdriver
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / tox.ini
index 3bbe6c8..98d1783 100644 (file)
@@ -8,6 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E722
+exclude = ./venv-tox,./.tox
 max-complexity = 12
 
 [testenv:pep8]
@@ -19,4 +20,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