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-dbcp.git
commit c7273d94dcf54e2cbd39b459fb06af110d909503 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 23 15:32:44 2024 -0500 Adjust the bar for JaCoCo checks on Java 24-ea on GitHub --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1959f0de..72f25334 100644 --- a/pom.xml +++ b/pom.xml @@ -202,7 +202,7 @@ <commons.jacoco.methodRatio>0.89</commons.jacoco.methodRatio> <commons.jacoco.branchRatio>0.66</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.62</commons.jacoco.lineRatio> - <commons.jacoco.complexityRatio>0.79</commons.jacoco.complexityRatio> + <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio> </properties> <build> <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>