Skip to content

Commit 6d2b887

Browse files
committed
Increase code coverage minimums for the future
1 parent 9cbdd2c commit 6d2b887

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
@@ -241,12 +241,12 @@
241241
<limit>
242242
<counter>BRANCH</counter>
243243
<value>COVEREDRATIO</value>
244-
<minimum>0.39</minimum>
244+
<minimum>0.47</minimum>
245245
</limit>
246246
<limit>
247247
<counter>LINE</counter>
248248
<value>COVEREDRATIO</value>
249-
<minimum>0.40</minimum>
249+
<minimum>0.55</minimum>
250250
</limit>
251251
</limits>
252252
</rule>

0 commit comments

Comments
 (0)