From: fujinhua Date: Tue, 14 Feb 2017 07:02:16 +0000 (+0800) Subject: Add coverage report X-Git-Tag: release/mercury~88 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=fb961baab613a906011f3a0d705c8fca604a5f60 Add coverage report Change-Id: Icf77353aff0c8c8ef5ba20ae3a8a4d5bd3e7399d Issue-Id: GVNFM-30 Signed-off-by: fujinhua --- 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