Skip to content

Commit 89a1ef8

Browse files
committed
minor: unexpected loss of coverage during build of version bump
1 parent b976214 commit 89a1ef8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

sevntu-checks/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
<exclude>com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck</exclude>
332332
<exclude>com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck</exclude>
333333
<exclude>com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck</exclude>
334+
<exclude>com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler</exclude>
334335
<exclude>com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck</exclude>
335336
<exclude>com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck</exclude>
336337
<exclude>com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck</exclude>
@@ -555,6 +556,24 @@
555556
</limit>
556557
</limits>
557558
</rule>
559+
<rule>
560+
<element>CLASS</element>
561+
<includes>
562+
<include>com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler</include>
563+
</includes>
564+
<limits>
565+
<limit>
566+
<counter>LINE</counter>
567+
<value>COVEREDRATIO</value>
568+
<minimum>1.00</minimum>
569+
</limit>
570+
<limit>
571+
<counter>BRANCH</counter>
572+
<value>COVEREDRATIO</value>
573+
<minimum>0.98</minimum>
574+
</limit>
575+
</limits>
576+
</rule>
558577
<rule>
559578
<element>CLASS</element>
560579
<includes>

0 commit comments

Comments
 (0)