From: ying.yunlong Date: Sat, 3 Mar 2018 06:21:29 +0000 (+0800) Subject: Fix vfc-vnflcm sonar issues X-Git-Tag: v1.1.0~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=5b230bbb7764d6bf0650708573394447bbc60859 Fix vfc-vnflcm sonar issues Change-Id: I0f9822ab51e5ad9c40b848bf54c2168865cb2d48 Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- diff --git a/lcm/pom.xml b/lcm/pom.xml index a94adf6f..464f87eb 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -25,7 +25,7 @@ vfc-gvnfm-vnflcm-lcm 1.1.0-SNAPSHOT pom - vfc/gvnfm/vnflcm/lcm + vfc-gvnfm-vnflcm-lcm UTF-8 . diff --git a/lcm/tox.ini b/lcm/tox.ini index 62a7adf0..f2235627 100644 --- a/lcm/tox.ini +++ b/lcm/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*"