summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lcm/pom.xml2
-rw-r--r--lcm/tox.ini2
2 files changed, 2 insertions, 2 deletions
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 @@
<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>
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*"