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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 0dfb1bece Raise the bar on JaCoCo based on a local test run.
0dfb1bece is described below
commit 0dfb1beceec084e0de4fbebd1c58eede06a234e1
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 18 08:48:25 2025 -0400
Raise the bar on JaCoCo based on a local test run.
openjdk version "21.0.8" 2025-07-15
OpenJDK Runtime Environment Homebrew (build 21.0.8)
OpenJDK 64-Bit Server VM Homebrew (build 21.0.8, mixed mode, sharing)
Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
Maven home: /opt/homebrew/Cellar/maven/3.9.11/libexec
Java version: 21.0.8, vendor: Homebrew, runtime:
/opt/homebrew/Cellar/openjdk@21/21.0.8/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "15.6", arch: "aarch64", family: "mac"
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a4612fe9..e27152867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,12 +78,12 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<commons.spdx.version>0.5.5</commons.spdx.version>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
- <commons.jacoco.classRatio>0.95</commons.jacoco.classRatio>
+ <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.85</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.88</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.75</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.87</commons.jacoco.lineRatio>
- <commons.jacoco.complexityRatio>0.72</commons.jacoco.complexityRatio>
+ <commons.jacoco.complexityRatio>0.73</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>