Skip to content

Commit

Permalink
Merge pull request #3 from F1reb0lt/deployment
Browse files Browse the repository at this point in the history
WIP : Added report configuration as XML in jacoco report
  • Loading branch information
MISBMS authored Aug 20, 2024
2 parents 68870d8 + caa76f2 commit 3d802cc
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 @@ -300,6 +300,11 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<formats>
<format>XML</format>
</formats>
</configuration>
</execution>
</executions>
<configuration>
Expand Down

0 comments on commit 3d802cc

Please sign in to comment.