From fb961baab613a906011f3a0d705c8fca604a5f60 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 14 Feb 2017 15:02:16 +0800 Subject: [PATCH] Add coverage report Change-Id: Icf77353aff0c8c8ef5ba20ae3a8a4d5bd3e7399d Issue-Id: GVNFM-30 Signed-off-by: fujinhua --- lcm/tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6