File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 183183 <checkstyle .config.file>${basedir} /src/conf/checkstyle/checkstyle.xml</checkstyle .config.file>
184184 <checkstyle .suppress.file>${basedir} /src/conf/checkstyle/checkstyle-suppressions.xml</checkstyle .suppress.file>
185185 <checkstyle .resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle .resourceExcludes>
186-
187186 <japicmp .skip>false</japicmp .skip>
188-
189187 <commons .release.isDistModule>true</commons .release.isDistModule>
190188 <project .build.outputTimestamp>2024-05-02T22:04:50Z</project .build.outputTimestamp>
189+ <!-- JaCoCo: Don't make code coverage worse than: -->
190+ <commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
191+ <commons .jacoco.classRatio>1.00</commons .jacoco.classRatio>
192+ <commons .jacoco.instructionRatio>0.98</commons .jacoco.instructionRatio>
193+ <commons .jacoco.methodRatio>1.00</commons .jacoco.methodRatio>
194+ <commons .jacoco.branchRatio>0.97</commons .jacoco.branchRatio>
195+ <commons .jacoco.lineRatio>0.99</commons .jacoco.lineRatio>
196+ <commons .jacoco.complexityRatio>0.96</commons .jacoco.complexityRatio>
191197</properties >
192-
193198 <build >
194199 <defaultGoal >clean verify apache-rat:check japicmp:cmp spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc checkstyle:check</defaultGoal >
195200 <pluginManagement >
You can’t perform that action at this time.
0 commit comments