Skip to content

Commit

Permalink
added configuration to JaCoCo
Browse files Browse the repository at this point in the history
  • Loading branch information
panuozzo77 committed Jan 1, 2024
1 parent 9788ddd commit 6f955c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,16 @@
<id>report</id>
<phase>verify</phase>
<goals>
<goal>report</goal>
<!--<goal>report-integration</goal> -->
<goal>report-aggregate</goal>
</goals>
<configuration>
<dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
<outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
<append>false</append>
<formats>
<format>XML</format>
</formats>
</configuration>
</execution>
<execution>
<id>jacoco-check</id>
Expand Down

0 comments on commit 6f955c8

Please sign in to comment.