summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 12:36:37 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 12:36:37 +0800
commitc0ef1a8d7bf569fe6656bf0113bc9ab1bcb9c342 (patch)
treed57f12760dd4c7fbb8fee089282f9fbbcfecabae /gvnfmadapter/tox.ini
parent09203a114f98a4f2d67eb3d1c8f1d81ab68f6415 (diff)
Fix vfc-gvnfmdriver sonar bugs
Change-Id: Ib0a3bed1fa01a98f0baea15dd3f86218dbcc7c96 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index 3d6a957..cd97ddd 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -20,4 +20,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