diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-03 11:27:43 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-03 11:28:15 +0800 |
commit | bd08ee722b41aeaf00269dc0123b81923c6c238e (patch) | |
tree | 2b57d0b5ef17771ac658f400b667006d85ca38b9 /res/tox.ini | |
parent | 27a934dc57468b6f7574c942062c44c82a40ad72 (diff) |
Add Sonar coverage for vfc-gvnfm-vnfres
Change-Id: I32ba43b90c3d152c4a18e8419b36061e670697fd
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'res/tox.ini')
-rw-r--r-- | res/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 8af56dc..f2cdb3c 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -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 |