File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 125
125
<!-- To examine the JaCoCo report for a failure, run 'mvn clean install site -Dcommons.jacoco.haltOnFailure=false' -->
126
126
<commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
127
127
<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>
129
129
<commons .jacoco.methodRatio>0.99</commons .jacoco.methodRatio>
130
130
<commons .jacoco.branchRatio>0.97</commons .jacoco.branchRatio>
131
131
<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>
133
133
<!-- Checkstyle -->
134
134
<checkstyle .header.file>${basedir} /src/conf/checkstyle/checkstyle-header.txt</checkstyle .header.file>
135
135
<checkstyle .config.file>${basedir} /src/conf/checkstyle/checkstyle.xml</checkstyle .config.file>
You can’t perform that action at this time.
0 commit comments