We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb2e67 commit 473889dCopy full SHA for 473889d
1 file changed
pom.xml
@@ -90,6 +90,14 @@
90
<commons.encoding>utf-8</commons.encoding>
91
<findbugs.skip>true</findbugs.skip>
92
<japicmp.skip>false</japicmp.skip>
93
+ <!-- JaCoCo: Don't make code coverage worse -->
94
+ <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
95
+ <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>
101
</properties>
102
103
<build>
0 commit comments