summaryrefslogtreecommitdiffstats
path: root/lcm/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-02-14 15:02:16 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-02-14 15:02:16 +0800
commitfb961baab613a906011f3a0d705c8fca604a5f60 (patch)
treec475a2fa464530ed2b1f72987d29f80f62c9c7dc /lcm/tox.ini
parente5e171227da8bced170a6ad97a9deb0ce4457e20 (diff)
Add coverage report
Change-Id: Icf77353aff0c8c8ef5ba20ae3a8a4d5bd3e7399d Issue-Id: GVNFM-30 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r--lcm/tox.ini1
1 files changed, 1 insertions, 0 deletions
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