Skip to content

Commit c20078b

Browse files
authored
Relax coverage to 41% and missed lines to 1550 (#206)
1 parent e37f27d commit c20078b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@
309309
<limit>
310310
<counter>INSTRUCTION</counter>
311311
<value>COVEREDRATIO</value>
312-
<minimum>42%</minimum>
312+
<minimum>41%</minimum>
313313
</limit>
314314
<limit>
315315
<counter>LINE</counter>
316316
<value>MISSEDCOUNT</value>
317-
<maximum>1548</maximum>
317+
<maximum>1550</maximum>
318318
</limit>
319319
</limits>
320320
</rule>

0 commit comments

Comments
 (0)