From c00920280f5a026c1dc789d6721162a5dafd9048 Mon Sep 17 00:00:00 2001 From: shin-mallang Date: Wed, 29 Nov 2023 02:06:52 +0900 Subject: [PATCH] =?UTF-8?q?[#93]=20chore:=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EB=B3=80=EA=B2=BD=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=A5=B8=20Jacoco=20exclude=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 8c26b344..af281637 100644 --- a/build.gradle +++ b/build.gradle @@ -103,9 +103,9 @@ def excludeCoverage = [ '**/common/log/**', '**/statistics/**/*Repository*', '**/statistics/*History*', - '**/statistics/job/**/*Execution*', - '**/statistics/job/**/*JobHistoryRecorder*', - '**/statistics/job/**/*Scheduler*', + '**/statistics/batch/**/*Execution*', + '**/statistics/batch/**/*JobHistoryRecorder*', + '**/statistics/batch/**/*Scheduler*', '**/statistics/statistic/collector/**/*PointCuts*', ] + Qdomains @@ -159,9 +159,9 @@ jacocoTestCoverageVerification { '*.common.log.*', '*.statistics.*Repository', '*.statistics.*History', - '*.statistics.job.*Execution*', - '*.statistics.job.*JobHistoryRecorder*', - '*.statistics.job.*Scheduler*', + '*.statistics.batch.*Execution*', + '*.statistics.batch.*JobHistoryRecorder*', + '*.statistics.batch.*Scheduler*', '*.statistics.statistic.collector.*PointCuts*', ] + QdomainsInVerification