diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-30 10:03:09 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-30 10:03:09 +0800 |
commit | 2b87af77fa8d901f3c2ec1088a8046349e86549b (patch) | |
tree | 2a293d33df7caf7332b834996baf238e2e0b39a1 /lcm/tox.ini | |
parent | fbb91ac53698a964f61110778803344b99c372f8 (diff) |
Add coverage result for vfc-gvnfm-vnflcm
Change-Id: Iec292085afeb548dfa7bce0018d33d9a858b2dcc
Issue-Id: VFC-487
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r-- | lcm/tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
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 |