Skip to content

Commit 265a3e9

Browse files
committed
chore: jacoco 예외 클래스 추가
- Extractor 클래스의 테스트 커버리지 예외 조건 추가
1 parent e2b7eb6 commit 265a3e9

File tree

2 files changed

+2
-70
lines changed

2 files changed

+2
-70
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def jacocoExcludePatterns = [
117117
'**/*Application.class',
118118
'**/*Config*',
119119
'**/*Exception*',
120+
'**/*Extractor*',
120121
'**/*Request*',
121122
'**/*Response*',
122123
'**/*Entity*',
@@ -136,6 +137,7 @@ def jacocoExcludePatternsForVerify = [
136137
'*.*Application*',
137138
'*.*Config*',
138139
'*.*Exception*',
140+
'*.*Extractor*',
139141
'*.*Request*',
140142
'*.*Response*',
141143
'*.*Entity*',

src/main/java/com/somemore/global/aspect/LoggingAspect.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)