update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage... 13/101213/1
authordyh <dengyuanhong@chinamobile.com>
Thu, 6 Feb 2020 06:35:29 +0000 (14:35 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Thu, 6 Feb 2020 06:46:18 +0000 (14:46 +0800)
Change-Id: I3ec5bd9e63edb8c6b777c2eb45b573dfa1b658c7
Issue-ID: MODELING-309
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 89dd68b..aeb8cc2 100644 (file)
--- 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>