diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 13:47:18 +0100 |
---|---|---|
committer | Rishi Chail <rishi.chail@est.tech> | 2021-01-13 12:58:27 +0000 |
commit | 593920b05f3809b95f018d9d78d7acebc83fdd2c (patch) | |
tree | f6c109f1ccd8d61f4a55d6f3dbf37f85986af0a0 | |
parent | 49fe075361e4f0f3b2a1a561bc01f831983a3efb (diff) |
Use jacoco aggregate reports
Issue-ID: CPS-87
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: If34831469e3cbc47eacf869f811ac1f057318c82
-rwxr-xr-x | cps-parent/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 60aad032eb..50cca04b55 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -422,6 +422,18 @@ </rules> </configuration> </execution> + <execution> + <id>report</id> + <goals> + <goal>report-aggregate</goal> + </goals> + <phase>verify</phase> + <configuration> + <dataFileIncludes> + <fileInclude>**/code-coverage/jacoco-ut.exec</fileInclude> + </dataFileIncludes> + </configuration> + </execution> </executions> </plugin> <plugin> |