From 45bdc8892f7887eedebd7034ee0855c19f6ea7db Mon Sep 17 00:00:00 2001 From: susanw1 Date: Tue, 21 Nov 2023 23:02:17 +0000 Subject: [PATCH] [#146] Enable jacoco code coverage checks --- clients/java-client-lib/pom.xml | 9 +++++++++ model/pom.xml | 9 +++++++++ receivers/jvm/pom.xml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/clients/java-client-lib/pom.xml b/clients/java-client-lib/pom.xml index f35c2d320..4858ceacf 100644 --- a/clients/java-client-lib/pom.xml +++ b/clients/java-client-lib/pom.xml @@ -49,4 +49,13 @@ pom + + + + + org.jacoco + jacoco-maven-plugin + + + diff --git a/model/pom.xml b/model/pom.xml index a47b6f5c0..f81b3e602 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -29,4 +29,13 @@ pom + + + + + org.jacoco + jacoco-maven-plugin + + + diff --git a/receivers/jvm/pom.xml b/receivers/jvm/pom.xml index 0106faef0..4a232acc6 100644 --- a/receivers/jvm/pom.xml +++ b/receivers/jvm/pom.xml @@ -28,4 +28,13 @@ pom + + + + + org.jacoco + jacoco-maven-plugin + + +