aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bf516f5..3f4a3e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>
<sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
- <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+ <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
<sonar.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>