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
The following commit(s) were added to refs/heads/master by this push: new 71e475e5b Raise the bar on test coverage metrics 71e475e5b is described below commit 71e475e5b2698933cca8d8977e5eafe8c710acbd Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 14 12:13:43 2025 -0400 Raise the bar on test coverage metrics --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 888c3bb10..2ee83206b 100644 --- a/pom.xml +++ b/pom.xml @@ -160,11 +160,11 @@ <!-- 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.instructionRatio>0.95</commons.jacoco.instructionRatio> - <commons.jacoco.methodRatio>0.95</commons.jacoco.methodRatio> + <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.complexityRatio>0.90</commons.jacoco.complexityRatio> + <commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio> <commons.text.version>1.13.1</commons.text.version> </properties>