From: fujinhua Date: Sat, 30 Sep 2017 02:03:09 +0000 (+0800) Subject: Add coverage result for vfc-gvnfm-vnflcm X-Git-Tag: v1.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=2b87af77fa8d901f3c2ec1088a8046349e86549b Add coverage result for vfc-gvnfm-vnflcm Change-Id: Iec292085afeb548dfa7bce0018d33d9a858b2dcc Issue-Id: VFC-487 Signed-off-by: fujinhua --- diff --git a/lcm/tox.ini b/lcm/tox.ini index 5a72b4d5..8ee9a71c 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py27,pep8,cov skipsdist = true [tox:jenkins] @@ -20,3 +20,6 @@ commands = flake8 [testenv:py27] commands = {[testenv]commands} + +[testenv:cov] +commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov