From 3620da60df40a11b905280383491564b99693342 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Tue, 10 Dec 2024 11:25:30 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8chore:=20jacoco=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=BD=94=EB=93=9C=20=EC=BB=A4=EB=B2=84?= =?UTF-8?q?=EB=A6=AC=EC=A7=80=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC?= =?UTF-8?q?=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 참고 차원에서 추가합니다 - 관심 있는 사람은 참고하세용 --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 694d2a45..91b9d622 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,34 @@ + + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + + + report + test + + report + + + + org.springframework.boot spring-boot-maven-plugin