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-csv.git
commit da62d922098c4782bbc63c2ad7298fb93b3b6421 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 15 11:32:44 2025 -0400 Raise the bar for code coverage checks --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e07f4f7..3d3a711b 100644 --- a/pom.xml +++ b/pom.xml @@ -125,11 +125,11 @@ <!-- To examine the JaCoCo report for a failure, run 'mvn clean install site -Dcommons.jacoco.haltOnFailure=false' --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio> - <commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio> + <commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.99</commons.jacoco.methodRatio> <commons.jacoco.branchRatio>0.97</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio> - <commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio> + <commons.jacoco.complexityRatio>0.97</commons.jacoco.complexityRatio> <!-- Checkstyle --> <checkstyle.header.file>${basedir}/src/conf/checkstyle/checkstyle-header.txt</checkstyle.header.file> <checkstyle.config.file>${basedir}/src/conf/checkstyle/checkstyle.xml</checkstyle.config.file>