From c62c1e5506aaa975d2d538a4e79e8f1d23546c12 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 12 May 2026 10:27:24 +0200 Subject: [PATCH] Feat: Added jacoco plugin for test coverage report generation --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index a9f5520..f5081aa 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,27 @@ maven-javadoc-plugin 3.12.0 + + + + org.jacoco + jacoco-maven-plugin + 0.8.14 + + + + prepare-agent + + + + report + test + + report + + + +