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 24136611 JaCoCo on Java 9 is different from other versions 24136611 is described below commit 2413661189f419b5716444eedb2bf9f8f1f8a3e6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 21 12:48:58 2024 -0400 JaCoCo on Java 9 is different from other versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9004324..fb2eaf01 100644 --- a/pom.xml +++ b/pom.xml @@ -539,7 +539,7 @@ <commons.jacoco.classRatio>0.90</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.65</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.70</commons.jacoco.methodRatio> - <commons.jacoco.branchRatio>0.59</commons.jacoco.branchRatio> + <commons.jacoco.branchRatio>0.58</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.68</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.58</commons.jacoco.complexityRatio> </properties>