Skip to content

Commit

Permalink
Explicit jacoco format set to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Oct 3, 2024
1 parent 531e925 commit 6d6f6aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<formats>
<format>XML</format>
</formats>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 6d6f6aa

Please sign in to comment.