diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-02-10 14:38:22 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-02-10 14:38:22 +0000 |
commit | dac1bb75f623a9e72cad2d4d63f3511fd14f6e2d (patch) | |
tree | 9cddb11b357597f62d5a06d77eb4d03bd30316da | |
parent | 7c4fe65b4af78570129ac07ce2dd5436b4c915e7 (diff) |
Fix sonarcloud coverage rate issue
Change-Id: I2f71e2f941c83904761303cc9733c038896cb459
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r-- | windriver/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/pom.xml b/windriver/pom.xml index a0fdc330..18d31282 100644 --- a/windriver/pom.xml +++ b/windriver/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> |