summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2020-02-06 09:15:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-06 09:15:26 +0000
commitcbcdd2f65fd2e7066705bd9b15eb12af6be670c5 (patch)
tree1899b35b53774585c2e4744a7cce7a018c4a9e6f
parenteefce7458ebe4462d2284868fe5f836ffcc3626e (diff)
parent32a0b5c79d2d572f6b23ab3a7300eefac5a171fb (diff)
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
-rw-r--r--gvnfmadapter/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml
index 3e5bf20..0d89a85 100644
--- a/gvnfmadapter/pom.xml
+++ b/gvnfmadapter/pom.xml
@@ -30,7 +30,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>