summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2020-03-04 12:41:43 +0200
committerOfir Sonsino <os0695@intl.att.com>2020-03-04 12:41:43 +0200
commit96baeb2cdc589545c7a2f0a0c8d280f4c791ffa7 (patch)
tree585a5994f841077f2ac064c4c062cb94ef8831a3
parentc228b1d6683ec2a8c14538ea3b6320f4df5cd1d3 (diff)
Move Jacoco to xml
Change-Id: Ia03a447f752d8b2610966c9424e423ee2b8b6288 Issue-ID: SDC-2740 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d8ee11e..fe7fe9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,9 @@
<sonar.skipDesign>true</sonar.skipDesign>
<sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
<sonar.branch>${project.version}</sonar.branch>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>