diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 17:42:25 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 17:46:33 +0100 |
commit | dc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d (patch) | |
tree | 53186ac81312f4faec2a8aa32c55a21df2197781 /cps-rest/pom.xml | |
parent | 68e122191dbf18619e348667980e615c7f16b402 (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/pom.xml')
-rwxr-xr-x | cps-rest/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index f2f643ac23..4d4e091e07 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>
|