Skip to content

Commit da62d92

Browse files
committed
Raise the bar for code coverage checks
1 parent 61878d7 commit da62d92

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
@@ -125,11 +125,11 @@
125125
<!-- To examine the JaCoCo report for a failure, run 'mvn clean install site -Dcommons.jacoco.haltOnFailure=false' -->
126126
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
127127
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
128-
<commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>
128+
<commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
129129
<commons.jacoco.methodRatio>0.99</commons.jacoco.methodRatio>
130130
<commons.jacoco.branchRatio>0.97</commons.jacoco.branchRatio>
131131
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
132-
<commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>
132+
<commons.jacoco.complexityRatio>0.97</commons.jacoco.complexityRatio>
133133
<!-- Checkstyle -->
134134
<checkstyle.header.file>${basedir}/src/conf/checkstyle/checkstyle-header.txt</checkstyle.header.file>
135135
<checkstyle.config.file>${basedir}/src/conf/checkstyle/checkstyle.xml</checkstyle.config.file>

0 commit comments

Comments
 (0)