aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-01 16:26:29 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-01 16:26:29 +0800
commitc313fb969bca496a0313e56435a2455f0b2c7ef5 (patch)
treef3f6cfe8d8a5e307bf2580d6c206390201910840 /tox.ini
parentf31796164213fcda1d0651ae4dc9469f84f2680a (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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d7adac0..f0b29e88 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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*"