Skip to content

Commit

Permalink
feat: add minimum covered ratio rate (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday authored Aug 14, 2024
1 parent ca565bc commit 7b6f743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-lambda-java-runtime-interface-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@
<configuration>
<rules>
<rule>
<element>PACKAGE</element>
<element>BUNDLE</element>
<limits>
<limit>
<counter>LINE</counter>
<value>COVEREDRATIO</value>
<minimum>0</minimum>
<minimum>0.5</minimum>
</limit>
</limits>
</rule>
Expand Down

0 comments on commit 7b6f743

Please sign in to comment.