diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 16:26:29 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 16:26:29 +0800 |
commit | c313fb969bca496a0313e56435a2455f0b2c7ef5 (patch) | |
tree | f3f6cfe8d8a5e307bf2580d6c206390201910840 /tox.ini | |
parent | f31796164213fcda1d0651ae4dc9469f84f2680a (diff) |
Add Sonar coverage for vfc-nfvo-lcm
Change-Id: I54ac404106ff5856423235479dcf9f23521be1c9
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,4 +23,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage xml --omit="*test_*,*__init__.py,*site-packages*" |