We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2978 commit b37b15fCopy full SHA for b37b15f
1 file changed
sdm/pom.xml
@@ -602,7 +602,7 @@
602
<limit implementation="org.jacoco.report.check.Limit">
603
<counter>INSTRUCTION</counter>
604
<value>COVEREDRATIO</value>
605
- <minimum>0.60</minimum>
+ <minimum>0.50</minimum>
606
</limit>
607
608
<counter>BRANCH</counter>
@@ -612,7 +612,7 @@
612
613
<counter>CLASS</counter>
614
<value>MISSEDCOUNT</value>
615
- <maximum>10</maximum>
+ <maximum>15</maximum>
616
617
</limits>
618
</rule>
0 commit comments