From 7a826ddb1d8c3339619af0994f06d90e9f55802d Mon Sep 17 00:00:00 2001 From: ashwith26 <94038357+ashwith26@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:38:16 +0530 Subject: [PATCH] Set JaCoCo plugin configuration for coverage reports Configure JaCoCo plugin to specify destination and data files for coverage reports. Signed-off-by: ashwith26 <94038357+ashwith26@users.noreply.github.com> --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ae930ae5c..afb5aefda 100644 --- a/pom.xml +++ b/pom.xml @@ -255,6 +255,10 @@ org.jacoco jacoco-maven-plugin ${jacoco.version} + + ${basedir}/target/coverage-reports/jacoco-unit.exec + ${basedir}/target/coverage-reports/jacoco-unit.exec +