From 9c321af0b6b006be4da3d442ac9798c73f1fedda Mon Sep 17 00:00:00 2001 From: Stijn Dejongh Date: Wed, 25 Sep 2024 05:30:30 +0200 Subject: [PATCH] Exclude test specification from coverage checks --- commons-testing/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-testing/pom.xml b/commons-testing/pom.xml index beefa83..33b2745 100755 --- a/commons-testing/pom.xml +++ b/commons-testing/pom.xml @@ -21,6 +21,7 @@ sddevelopment-be_coding-utils:${project.artifactId} ${jacoco.build.dir}/jacoco.xml ${project.build.directory}/jacoco + **/conventions/*.java