aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 17:42:25 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 17:46:33 +0100
commitdc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d (patch)
tree53186ac81312f4faec2a8aa32c55a21df2197781 /cps-rest
parent68e122191dbf18619e348667980e615c7f16b402 (diff)
Include aggregate xml report on sonar coverage
Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I50de5df1bc79ff22c90a5cbe2f1b143164c8abea
Diffstat (limited to 'cps-rest')
-rwxr-xr-xcps-rest/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index f2f643ac2..4d4e091e0 100755
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -11,6 +11,10 @@
<artifactId>cps-rest</artifactId>
+ <properties>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-aggregate/jacoco.xml,${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>