Fix vfc-vnflcm sonar issues 67/33967/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Sat, 3 Mar 2018 06:21:29 +0000 (14:21 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Sat, 3 Mar 2018 06:21:29 +0000 (14:21 +0800)
Change-Id: I0f9822ab51e5ad9c40b848bf54c2168865cb2d48
Issue-ID: VFC-781
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/pom.xml
lcm/tox.ini

index a94adf6..464f87e 100644 (file)
@@ -25,7 +25,7 @@
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
     <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>vfc/gvnfm/vnflcm/lcm</name>
+    <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <sonar.sources>.</sonar.sources>
index 62a7adf..f223562 100644 (file)
@@ -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*"