Fix sonar code coverage reports for has 06/102506/1
authorvrvarma <vikas.varma@att.com>
Thu, 27 Feb 2020 15:05:05 +0000 (10:05 -0500)
committervrvarma <vikas.varma@att.com>
Thu, 27 Feb 2020 15:05:17 +0000 (10:05 -0500)
Change-Id: I52d54e0729ab7dbbc98259881741f8a61dc69512
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-698

pom.xml

diff --git a/pom.xml b/pom.xml
index a26c4f2..693faa0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <sonar.sources>conductor/conductor</sonar.sources>
         <sonar.tests>conductor/conductor/tests</sonar.tests>
         <sonar.junit.reportsPath>conductor/xunit-results.xml</sonar.junit.reportsPath>
-        <sonar.python.coverage.reportPath>conductor/cover/coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.python.coverage.reportPaths>conductor/cover/coverage.xml</sonar.python.coverage.reportPaths>
         <sonar.language>py</sonar.language>
         <sonar.pluginname>python</sonar.pluginname>
         <sonar.inclusions>**/**.py</sonar.inclusions>