From 2b87af77fa8d901f3c2ec1088a8046349e86549b Mon Sep 17 00:00:00 2001 From: fujinhua Date: Sat, 30 Sep 2017 10:03:09 +0800 Subject: [PATCH] Add coverage result for vfc-gvnfm-vnflcm Change-Id: Iec292085afeb548dfa7bce0018d33d9a858b2dcc Issue-Id: VFC-487 Signed-off-by: fujinhua --- lcm/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.16.6