Skip to content

Commit

Permalink
Remove coverage ratio limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsande16 committed Dec 20, 2024
1 parent 99c2cec commit f9aa642
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,20 +133,6 @@
<goals>
<goal>check</goal>
</goals>
<configuration>
<rules>
<rule>
<element>BUNDLE</element>
<limits>
<limit>
<counter>LINE</counter>
<value>COVEREDRATIO</value>
<minimum>0.15</minimum>
</limit>
</limits>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit f9aa642

Please sign in to comment.