X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Ftox.ini;h=4022b75d8fa1cc8b6298eda976184b125d0478ec;hb=fb961baab613a906011f3a0d705c8fca604a5f60;hp=baf2214ab689bd4149ae46a6d39c33a257974ce3;hpb=e5e171227da8bced170a6ad97a9deb0ce4457e20;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index baf2214a..4022b75d 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -8,3 +8,4 @@ downloadcache = ~/cache/pip [testenv] deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test lcm + coverage html --omit="*test*,*__init__.py" -d htmlcov