aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2020-02-06 09:14:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-06 09:14:53 +0000
commit75a80022a2be23ef100e019e7a212487deac1a70 (patch)
treeb5d36670484031d8b7c97d374128b85f4d7537ef
parentc083d999de87ab904d5bc66d5537f21cbf13c52b (diff)
parent5026c31d7f385a247f7fa98e7d85f67cbd82354d (diff)
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 960db7d9..61467d5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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>