From cddbf9a32b1cccda81872d191b3e9d34ffe2ecfb Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Sat, 3 Mar 2018 14:19:45 +0800 Subject: [PATCH] Fix vfc-vnfmgr sonar job failure Change-Id: I0b7938600897c286a69f780289ea3eaac7076cec Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- mgr/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6