Add Sonar coverage for vfc-nfvo-lcm 69/33569/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Mar 2018 08:26:29 +0000 (16:26 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Mar 2018 08:26:29 +0000 (16:26 +0800)
Change-Id: I54ac404106ff5856423235479dcf9f23521be1c9
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
tox.ini

diff --git a/tox.ini b/tox.ini
index 5d7adac..f0b29e8 100644 (file)
--- 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*"