From b447a2513aab1ac848dae336f100b59d524221ff Mon Sep 17 00:00:00 2001 From: "Tobias.Mikula" Date: Fri, 4 Sep 2026 14:43:57 +0200 Subject: [PATCH] feat(coverage): replace za.co.absa.jacoco fork with stock JaCoCo + JMF --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4e0ea9c..b45926e 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,8 @@ ${docker.repository} - 0.8.11 + 0.8.15 + 2.5.0 @@ -342,8 +343,9 @@ + - za.co.absa.jacoco + org.jacoco jacoco-maven-plugin ${jacoco.version} @@ -356,15 +358,57 @@ jacoco-agent.scalatest.argLine + + + + + + io.github.moranaapps + jacoco-method-filter-maven-plugin + ${jmf.version} + - jacoco-report + jmf-rewrite + process-test-classes + + rewrite + + + + jmf-report + verify report - ${project.name} - scala:${scala.version} - true - true + ${project.name} - scala:${scala.version} + html,xml + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + overlay-filtered-classes + process-test-classes + + copy-resources + + + ${project.build.outputDirectory} + true + + + ${project.build.directory}/classes-filtered + false + +