Skip to content

Commit 4b31ba5

Browse files
committed
cicd(build.gradle): jacoco coverage *event* 제외
- 이건 진짜 해도 될 것 같음...
1 parent 548f9d0 commit 4b31ba5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def jacocoExcludePatterns = [
121121
'**/fixture/*',
122122
'**/controller/**',
123123
'**/fixture/*',
124-
'**/*Factory*'
124+
'**/*Factory*',
125+
'**/event/**'
125126
]
126127

127128
def jacocoExcludePatternsForVerify = [
@@ -139,7 +140,8 @@ def jacocoExcludePatternsForVerify = [
139140
'*.fixture.*',
140141
'*.controller.*',
141142
'*.fixture.*',
142-
'*.*Factory*'
143+
'*.*Factory*',
144+
'*.*event*.*'
143145
]
144146

145147
jacocoTestReport {

0 commit comments

Comments
 (0)