Skip to content

Commit 9941ddd

Browse files
committed
chore: Fixture 클래스 커버리지 제외
1 parent c0d483a commit 9941ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def jacocoExcludePatterns = [
115115
'**/auth/**',
116116
'**/domain/*',
117117
'**/domains/*',
118+
'**/*Fixture.class'
118119
]
119120

120121
def jacocoExcludePatternsForVerify = [
@@ -129,6 +130,7 @@ def jacocoExcludePatternsForVerify = [
129130
'*.auth.*',
130131
'*.domain.*',
131132
'*.domains.*',
133+
'**/*Fixture.class'
132134
]
133135

134136
jacocoTestReport {

0 commit comments

Comments
 (0)