X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Ftox.ini;h=f22356276eba47c89e226607a2df97f876c668ae;hb=90dfa7e25cab617d6e23322e4df398659b213530;hp=8ee9a71c4d75900065a75303d0845cf105e133d5;hpb=2b87af77fa8d901f3c2ec1088a8046349e86549b;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index 8ee9a71c..f2235627 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -6,7 +6,8 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 +exclude = ./venv-tox,./.tox max-complexity = 27 [testenv] @@ -22,4 +23,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"