From 6a61ff0782ae858bdfdc29ebd4f370f69c2a7492 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Thu, 3 Aug 2023 11:15:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20:=20configure=20jacoco-maven-plu?= =?UTF-8?q?gin=20for=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 11da006..1df9f9e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,9 @@ 17 6.0.0-rc.1 + 0.8.10 + org.springframework.boot @@ -91,6 +93,26 @@ org.springframework.boot spring-boot-maven-plugin + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + + + -- 2.51.2