Skip to content

Commit

Permalink
[#93] chore: 패키지 구조 변경에 따른 Jacoco exclude 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang committed Nov 28, 2023
1 parent 54cae4b commit c009202
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c009202

Please sign in to comment.