summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-02-06 16:51:25 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-02-06 16:51:34 +0800
commit5026c31d7f385a247f7fa98e7d85f67cbd82354d (patch)
treea03848832b15be3a26a53cbd8e54d9cff095b386
parenta11697d03763372a149f6b363a64c49240ecf8aa (diff)
update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths
Change-Id: I997ef3342f1f03203de92bef36704e81eeac0c35 Issue-ID: VFC-1617 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-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>