From: fujinhua Date: Thu, 1 Mar 2018 08:26:29 +0000 (+0800) Subject: Add Sonar coverage for vfc-nfvo-lcm X-Git-Tag: v1.1.0~112 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c313fb969bca496a0313e56435a2455f0b2c7ef5;p=vfc%2Fnfvo%2Flcm.git Add Sonar coverage for vfc-nfvo-lcm Change-Id: I54ac404106ff5856423235479dcf9f23521be1c9 Issue-ID: VFC-782 Signed-off-by: fujinhua --- 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*"