diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-02-10 15:03:05 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-02-10 15:03:05 +0000 |
commit | 4a659c6281bbaf855856ef935154607913be281e (patch) | |
tree | d1c7cf0fa37ccfad49fb3f5a9147fc5420f2709d | |
parent | dac1bb75f623a9e72cad2d4d63f3511fd14f6e2d (diff) |
Fix sonarcloud coverage rate issue
Change-Id: Ibed6c2d38778cf4c605ccf945bb2861b6c9ca66f
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r-- | fcaps/pom.xml | 2 | ||||
-rw-r--r-- | hpa/pom.xml | 2 | ||||
-rw-r--r-- | ocata/pom.xml | 2 | ||||
-rw-r--r-- | pike/pom.xml | 2 | ||||
-rw-r--r-- | starlingx/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 49900ed7..07b702de 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -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> diff --git a/hpa/pom.xml b/hpa/pom.xml index 10b6488c..32687cc6 100644 --- a/hpa/pom.xml +++ b/hpa/pom.xml @@ -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> diff --git a/ocata/pom.xml b/ocata/pom.xml index 8ecf4f4a..8bb67463 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -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> diff --git a/pike/pom.xml b/pike/pom.xml index cc1a70af..05226ce6 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -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> diff --git a/starlingx/pom.xml b/starlingx/pom.xml index f44649eb..5ee435d8 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -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> |