Skip to content

Commit

Permalink
Update pom file and add JaCoCo execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Imorate committed Oct 4, 2024
1 parent 0293130 commit 1a14edf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,26 @@
<goal>report</goal>
</goals>
</execution>
<execution>
<id>check</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<rules>
<rule>
<element>BUNDLE</element>
<limits>
<limit>
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.60</minimum>
</limit>
</limits>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 1a14edf

Please sign in to comment.