From f432a85579c6d9bea7045b0e59b1c163b89c112a Mon Sep 17 00:00:00 2001 From: Riju Mondal Date: Sun, 20 Oct 2024 23:20:27 +0530 Subject: [PATCH] feat: add JaCoCo for test coverage and fail build under 100% --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/pom.xml b/pom.xml index 425d649..c89a20f 100644 --- a/pom.xml +++ b/pom.xml @@ -379,6 +379,57 @@ + + + org.jacoco + jacoco-maven-plugin + 0.8.10 + + + prepare-agent + + prepare-agent + + + + report + verify + + report + + + + check + + check + + + + + BUNDLE + + + LINE + COVEREDRATIO + 1.0 + + + LINE + MISSEDCOUNT + 0 + + + + + + swiss/fihlon/apus/** + + + + + + +