summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2020-02-10 15:13:03 +0000
committerBin Yang <bin.yang@windriver.com>2020-02-10 15:13:03 +0000
commit9cc5757e28d8ef6a6fce936c4d050722f8641a6f (patch)
tree51c126efec3c00d16827f551966b1ad35d1a5e56
parent7a3a6dd01cf1180bc33b8e6b1224d9cf595dbe57 (diff)
Fix sonarcloud coverage rate issue
Change-Id: Icff6aab02e87bf7e84a11709f1eefffc78c86c48 Issue-ID: MULTICLOUD-993 Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r--azure/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/pom.xml b/azure/pom.xml
index 47e9013..3c81ad9 100644
--- a/azure/pom.xml
+++ b/azure/pom.xml
@@ -33,7 +33,7 @@
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
<sonar.sources>.</sonar.sources>
<sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
- <sonar.python.coverage.reportPath>azure/coverage.xml</sonar.python.coverage.reportPath>
+ <sonar.python.coverage.reportPaths>azure/coverage.xml</sonar.python.coverage.reportPaths>
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>