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-io.git
The following commit(s) were added to refs/heads/master by this push: new d09e68b0b Raise the bar on some JaCoCo checks d09e68b0b is described below commit d09e68b0bd1183cd19626a01c077ebd20bf64784 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 14 11:58:21 2024 -0400 Raise the bar on some JaCoCo checks --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c764b709d..d62095aab 100644 --- a/pom.xml +++ b/pom.xml @@ -163,9 +163,9 @@ file comparators, endian transformation classes, and much more. <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.98</commons.jacoco.classRatio> - <commons.jacoco.instructionRatio>0.90</commons.jacoco.instructionRatio> + <commons.jacoco.instructionRatio>0.91</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.90</commons.jacoco.methodRatio> - <commons.jacoco.branchRatio>0.85</commons.jacoco.branchRatio> + <commons.jacoco.branchRatio>0.86</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.90</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.85</commons.jacoco.complexityRatio> </properties>