Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.covera...
authorYan Yang <yangyanyj@chinamobile.com>
Thu, 6 Feb 2020 09:19:54 +0000 (09:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 6 Feb 2020 09:19:54 +0000 (09:19 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 13eaa43..a8d6632 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <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.language>py</sonar.language>
         <sonar.pluginname>python</sonar.pluginname>
         <sonar.inclusions>**/**.py</sonar.inclusions>