Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.covera...
authorYan Yang <yangyanyj@chinamobile.com>
Fri, 7 Feb 2020 01:59:45 +0000 (01:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Feb 2020 01:59:45 +0000 (01:59 +0000)
lcm/pom.xml

index 1049cc5..6dbc92d 100644 (file)
@@ -30,7 +30,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>