From b19f52fd73dd96b8b78c3f6b804192fd25220216 Mon Sep 17 00:00:00 2001 From: Park Geonho Date: Mon, 1 Apr 2024 00:52:00 +0800 Subject: [PATCH] =?UTF-8?q?[docs]=20=EC=BB=A4=EB=B2=84=EB=A6=AC=EC=A7=80?= =?UTF-8?q?=20=EB=B9=84=ED=99=9C=EC=84=B1=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 74487ff..3066ef2 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ jacocoTestCoverageVerification { minimum = 0.75 } - excludes = ['*.*Controller', '*.advice.*', '*.dto.*', '*.config.*', '*.domain.*', '*.support.*'] + excludes = ['*.*Controller', '*.advice.*', '*.dto.*', '*.global.*', '*.domain.*'] } } } \ No newline at end of file