Skip to content

Commit

Permalink
feat: add coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
zskamljic committed Oct 27, 2024
1 parent 8a60d0d commit 03e2d29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,21 @@
<argLine>--enable-preview</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<executions>
<execution>
<id>report</id>
<phase>verify</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 03e2d29

Please sign in to comment.