Fix sonarcloud coverage rate issue 67/101467/1
authorBin Yang <bin.yang@windriver.com>
Mon, 10 Feb 2020 14:38:22 +0000 (14:38 +0000)
committerBin Yang <bin.yang@windriver.com>
Mon, 10 Feb 2020 14:38:22 +0000 (14:38 +0000)
Change-Id: I2f71e2f941c83904761303cc9733c038896cb459
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
windriver/pom.xml

index a0fdc33..18d3128 100644 (file)
@@ -34,7 +34,7 @@
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <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>