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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 94200bc8 Bump the level of test coverage checks.
94200bc8 is described below
commit 94200bc822aa17d93d07286672ed3aaa96a0fe24
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 12 07:58:33 2025 -0500
Bump the level of test coverage checks.
See: Improve test coverage #732.
---
pom.xml | 9 +++++----
src/changes/changes.xml | 2 ++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f795a650..17345d6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,13 +72,14 @@
commons.releaseManagerKey
-->
<!-- JaCoCo: Don't make code coverage worse than: -->
+ <!-- The order of properties below is the same as console output -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
- <commons.jacoco.instructionRatio>0.97</commons.jacoco.instructionRatio>
- <commons.jacoco.methodRatio>0.98</commons.jacoco.methodRatio>
+ <commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
+ <commons.jacoco.methodRatio>0.99</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.95</commons.jacoco.branchRatio>
- <commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio>
- <commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio>
+ <commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
+ <commons.jacoco.complexityRatio>0.97</commons.jacoco.complexityRatio>
</properties>
<dependencies>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 547a6d5f..5be0355c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,8 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.15.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary
Gregory">Improve test coverage #732.</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump the level
of test coverage checks.</action>
</release>
<release version="1.15.0" date="2025-12-04" description="Release 1.15.0.
This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->