Fix sonarcloud coverage rate issue 75/101475/1
authorBin Yang <bin.yang@windriver.com>
Mon, 10 Feb 2020 15:03:05 +0000 (15:03 +0000)
committerBin Yang <bin.yang@windriver.com>
Mon, 10 Feb 2020 15:03:05 +0000 (15:03 +0000)
Change-Id: Ibed6c2d38778cf4c605ccf945bb2861b6c9ca66f
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
fcaps/pom.xml
hpa/pom.xml
ocata/pom.xml
pike/pom.xml
starlingx/pom.xml

index 49900ed..07b702d 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>
index 10b6488..32687cc 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>
index 8ecf4f4..8bb6746 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>
index cc1a70a..05226ce 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>
index f44649e..5ee435d 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>