summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-01 18:30:47 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-02 09:02:27 +0800
commit6974ba59a77f9065992cac3065856e81323ea88c (patch)
treee42289fe57362ded8d430a1191e8ab559c5a735f /zte/vmanager/tox.ini
parent4d24e40338421555cad5cd5f9691894a1eb15843 (diff)
Add Sonar coverage for vfc-ztevnfmdriver
Change-Id: I35b97795d521bc53fd41bf2fcf373a532a7f0770 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/vmanager/tox.ini')
-rw-r--r--zte/vmanager/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini
index 3bbe6c8a..98d17830 100644
--- a/zte/vmanager/tox.ini
+++ b/zte/vmanager/tox.ini
@@ -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