aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-02-06 14:35:29 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-02-06 14:46:18 +0800
commit0c5f51257800d53f38bed548bf3d644b85793b96 (patch)
tree3beb7de51d87462ccc7ccff377889cad1ca3375d
parentdddb97b7f1d5ac85c4700a674e9cadcdb7ac2b63 (diff)
update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths
Change-Id: I3ec5bd9e63edb8c6b777c2eb45b573dfa1b658c7 Issue-ID: MODELING-309 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 89dd68b..aeb8cc2 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>