Skip to content

Commit b37b15f

Browse files
committed
Reduce coverage checks for testing
1 parent 3cb2978 commit b37b15f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
<limit implementation="org.jacoco.report.check.Limit">
603603
<counter>INSTRUCTION</counter>
604604
<value>COVEREDRATIO</value>
605-
<minimum>0.60</minimum>
605+
<minimum>0.50</minimum>
606606
</limit>
607607
<limit implementation="org.jacoco.report.check.Limit">
608608
<counter>BRANCH</counter>
@@ -612,7 +612,7 @@
612612
<limit implementation="org.jacoco.report.check.Limit">
613613
<counter>CLASS</counter>
614614
<value>MISSEDCOUNT</value>
615-
<maximum>10</maximum>
615+
<maximum>15</maximum>
616616
</limit>
617617
</limits>
618618
</rule>

0 commit comments

Comments
 (0)