summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 14:19:45 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 14:19:45 +0800
commitcddbf9a32b1cccda81872d191b3e9d34ffe2ecfb (patch)
treec6b92d0f8449d7915064d6a0c53dd298677638e4
parentd8c5efec77c54f6354a88cc6350ff161f72e6676 (diff)
Fix vfc-vnfmgr sonar job failure
Change-Id: I0b7938600897c286a69f780289ea3eaac7076cec Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--mgr/tox.ini2
1 files changed, 1 insertions, 1 deletions
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