aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-02 17:23:26 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-02 17:23:26 +0800
commitf95f792d9cd6ee3858e4d3bf89d23b1a461075ef (patch)
tree66cce6c08cb7c14ae78741a6acb3551709da328c /tox.ini
parent910bb6bc909965ce7c26741ebb8d5421393d26a6 (diff)
Add Sonar coverage for vfc-nfvo-catalog
Change-Id: Ib55c4777613792f316977b886e0243d263a31d53 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 65fbc960..fcc6330e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,4 +22,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*"