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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new e05e1d14 commons.jacoco.complexityRatio 0.73 is OK on all LTS versions except Java 24 e05e1d14 is described below commit e05e1d14207e4ab5c3e396eca321a7d1ceaa28ef Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 18 18:31:21 2025 -0400 commons.jacoco.complexityRatio 0.73 is OK on all LTS versions except Java 24 --- commons-rdf-simple/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml index 5daf5aab..282f70b5 100644 --- a/commons-rdf-simple/pom.xml +++ b/commons-rdf-simple/pom.xml @@ -46,8 +46,7 @@ <commons.jacoco.methodRatio>0.83</commons.jacoco.methodRatio> <commons.jacoco.branchRatio>0.72</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.81</commons.jacoco.lineRatio> - <!-- commons.jacoco.complexityRatio 0.73 is OK on all LTS versions except Java 24. --> - <commons.jacoco.complexityRatio>0.72</commons.jacoco.complexityRatio> + <commons.jacoco.complexityRatio>0.73</commons.jacoco.complexityRatio> </properties> <dependencies> <dependency> @@ -136,7 +135,7 @@ <properties> <!-- JaCoCo: Limits show up differently for this Java version. --> <!-- JaCoCo: Don't make code coverage worse than: --> - <commons.jacoco.branchRatio>0.73</commons.jacoco.branchRatio> + <commons.jacoco.branchRatio>0.72</commons.jacoco.branchRatio> <commons.jacoco.complexityRatio>0.73</commons.jacoco.complexityRatio> </properties> </profile>