diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-02-14 15:02:16 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-02-14 15:02:16 +0800 |
commit | fb961baab613a906011f3a0d705c8fca604a5f60 (patch) | |
tree | c475a2fa464530ed2b1f72987d29f80f62c9c7dc /lcm | |
parent | e5e171227da8bced170a6ad97a9deb0ce4457e20 (diff) |
Add coverage report
Change-Id: Icf77353aff0c8c8ef5ba20ae3a8a4d5bd3e7399d
Issue-Id: GVNFM-30
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/tox.ini | 1 |
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 |