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-lang.git
commit d06e4a8b30a4b355756bda9767738407ebae679b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 15 17:28:13 2025 -0400 Raise the bar on test coverage metrics --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2ee83206b..693ab0253 100644 --- a/pom.xml +++ b/pom.xml @@ -159,11 +159,11 @@ <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> - <commons.jacoco.classRatio>0.98</commons.jacoco.classRatio> + <commons.jacoco.classRatio>0.99</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.96</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.96</commons.jacoco.methodRatio> <commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio> - <commons.jacoco.lineRatio>0.95</commons.jacoco.lineRatio> + <commons.jacoco.lineRatio>0.96</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio> <commons.text.version>1.13.1</commons.text.version> </properties>