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 /starlingx | |
parent | dac1bb75f623a9e72cad2d4d63f3511fd14f6e2d (diff) |
Fix sonarcloud coverage rate issue
Change-Id: Ibed6c2d38778cf4c605ccf945bb2861b6c9ca66f
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'starlingx')
-rw-r--r-- | starlingx/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |