From 0eec5958088b29de6b623a00da156fe625a05efb Mon Sep 17 00:00:00 2001 From: RinRinPARK Date: Mon, 2 Sep 2024 23:28:04 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20jacoco=20=EA=B4=80=EB=A0=A8=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 38bbb1c..dd1b92f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -142,6 +142,9 @@ kapt { } tasks.jacocoTestReport { + + dependsOn(tasks.test) + reports { html.required.set(true) xml.required.set(true)