aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-06-30 14:33:07 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-06-30 14:34:13 +0000
commitfb84d6d2d2c577f95ece1340a0f01acbe9f40a7f (patch)
tree9fc58a0cc0ff5738951bcca73dae99668dedcd52
parent2776802ae1fe4f1fbcd8c99e53bb07295ab97228 (diff)
Update reportpath for sonarcloud support
Change-Id: Ie53a15edada3ff11b05d1959f95de59c71853c3a Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2310 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-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>