From c313fb969bca496a0313e56435a2455f0b2c7ef5 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 1 Mar 2018 16:26:29 +0800 Subject: Add Sonar coverage for vfc-nfvo-lcm Change-Id: I54ac404106ff5856423235479dcf9f23521be1c9 Issue-ID: VFC-782 Signed-off-by: fujinhua --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*" -- cgit 1.2.3-korg