File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 <commons .encoding>utf-8</commons .encoding>
9191 <findbugs .skip>true</findbugs .skip>
9292 <japicmp .skip>false</japicmp .skip>
93- <!-- JaCoCo: Don't make code coverage worse -->
93+ <!-- JaCoCo: Don't make code coverage worse than: -->
9494 <commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
9595 <commons .jacoco.classRatio>1.00</commons .jacoco.classRatio>
96- <commons .jacoco.instructionRatio>0.97 </commons .jacoco.instructionRatio>
97- <commons .jacoco.methodRatio>0.97 </commons .jacoco.methodRatio>
98- <commons .jacoco.branchRatio>0.94 </commons .jacoco.branchRatio>
99- <commons .jacoco.complexityRatio>0.85 </commons .jacoco.complexityRatio>
100- <commons .jacoco.lineRatio>0.97 </commons .jacoco.lineRatio>
96+ <commons .jacoco.instructionRatio>0.98 </commons .jacoco.instructionRatio>
97+ <commons .jacoco.methodRatio>0.98 </commons .jacoco.methodRatio>
98+ <commons .jacoco.branchRatio>0.95 </commons .jacoco.branchRatio>
99+ <commons .jacoco.complexityRatio>0.94 </commons .jacoco.complexityRatio>
100+ <commons .jacoco.lineRatio>0.98 </commons .jacoco.lineRatio>
101101 </properties >
102102
103103 <build >
You can’t perform that action at this time.
0 commit comments