Skip to content
Snippets Groups Projects
Commit b570148c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed jacoco configuration

parent 71be88bc
No related branches found
No related tags found
No related merge requests found
Pipeline #6038 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment