update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage... 21/101221/1
authordyh <dengyuanhong@chinamobile.com>
Thu, 6 Feb 2020 08:53:43 +0000 (16:53 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Thu, 6 Feb 2020 08:53:54 +0000 (16:53 +0800)
Change-Id: I102e4fbe263bf04f16812d57387fdc7564e15a40
Issue-ID: VFC-1617
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
gvnfmadapter/pom.xml

index 3e5bf20..0d89a85 100644 (file)
@@ -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>