This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new c3bfb8e5 Format nit c3bfb8e5 is described below commit c3bfb8e59fd1f626f4de6f4bbcda0795af5865cc Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Wed May 22 18:19:48 2024 -0400 Format nit --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8c9edcb0..54e40e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,10 +68,9 @@ <assertj.version>3.25.3</assertj.version> <jna.version>5.14.0</jna.version> <japicmp.skip>false</japicmp.skip> - <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> - <!-- JaCoCo on Java 8 is different from other versions. On JDK9+ there is a profile --> <!-- JaCoCo: Don't make code coverage worse than: --> + <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.89</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.65</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.70</commons.jacoco.methodRatio>