From: ying.yunlong Date: Sat, 3 Mar 2018 06:19:45 +0000 (+0800) Subject: Fix vfc-vnfmgr sonar job failure X-Git-Tag: v1.1.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cddbf9a32b1cccda81872d191b3e9d34ffe2ecfb;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix vfc-vnfmgr sonar job failure Change-Id: I0b7938600897c286a69f780289ea3eaac7076cec Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- diff --git a/mgr/tox.ini b/mgr/tox.ini index 19f978e..a1965d2 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -23,4 +23,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov \ No newline at end of file +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" \ No newline at end of file