diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-03 22:46:46 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-03 22:46:59 +0000 |
commit | 03e42b518faa9c02e1687108bcbf81173b85e7aa (patch) | |
tree | 5105721707380fe712325e781595fa6bf90e0d00 | |
parent | db08ae5dac684a1155dedfd199ae4e372c82e9df (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |