Add coverage report
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 14 Feb 2017 07:02:16 +0000 (15:02 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 14 Feb 2017 07:02:16 +0000 (15:02 +0800)
Change-Id: Icf77353aff0c8c8ef5ba20ae3a8a4d5bd3e7399d
Issue-Id: GVNFM-30
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/tox.ini

index baf2214..4022b75 100644 (file)
@@ -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