From a1216fb4be562767dd8526fdf90a31f53d2f7698 Mon Sep 17 00:00:00 2001
From: asekawa <40081059+asekawa@users.noreply.github.com>
Date: Thu, 8 Aug 2024 17:01:43 +0530
Subject: [PATCH] Update pom.xml
---
pom.xml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2d8d0743..be138d0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,11 @@
${mockito.version}
test
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.version}
+
@@ -242,6 +247,25 @@
false
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.version}
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+