aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-03 22:46:46 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-03 22:46:59 +0000
commit03e42b518faa9c02e1687108bcbf81173b85e7aa (patch)
tree5105721707380fe712325e781595fa6bf90e0d00
parentdb08ae5dac684a1155dedfd199ae4e372c82e9df (diff)
update sonar reportPaths variable
Change-Id: I35c1aee31337e5be4b0f87e42ea96f755ea50c66 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-1902
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a59c656..e20cfeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
<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>${project.build.directory}/coverage.xml</sonar.python.coverage.reportPaths>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>