From b570148cb9551996faba81a9b2a0e6d3235e8018 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 4 Feb 2022 21:56:09 +0100 Subject: [PATCH] fixed jacoco configuration --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index c8a5ce2f4..475c761a4 100644 --- a/pom.xml +++ b/pom.xml @@ -344,6 +344,16 @@ <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco-maven-plugin.version}</version> <executions> + <execution> + <id>aggregate-reports-all</id> + <phase>test</phase> + <goals> + <goal>report</goal> + </goals> + <configuration> + <title>BudgetMaster Code Coverage</title> + </configuration> + </execution> <execution> <id>prepare-agent</id> <goals> -- GitLab