Skip to content

Commit 081a76b

Browse files
author
Flossy
committed
Update JaCoCo coverage requirements to 100% (from 90% line / 80% branch)
1 parent eafa74e commit 081a76b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<limit>
190190
<counter>LINE</counter>
191191
<value>COVEREDRATIO</value>
192-
<minimum>0.90</minimum>
192+
<minimum>1.00</minimum>
193193
</limit>
194194
<limit>
195195
<counter>BRANCH</counter>
196196
<value>COVEREDRATIO</value>
197-
<minimum>0.80</minimum>
197+
<minimum>1.00</minimum>
198198
</limit>
199199
</limits>
200200
</rule>

0 commit comments

Comments
 (0)