We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c4074 commit 96091d4Copy full SHA for 96091d4
build.gradle
@@ -139,7 +139,8 @@ def jacocoExcludePatterns = [
139
'**/event/**',
140
'**/*Aspect*',
141
'**/Aspect/*',
142
- '**/utils/*'
+ '**/utils/*',
143
+ '**/search/**'
144
]
145
146
def jacocoExcludePatternsForVerify = [
@@ -161,7 +162,8 @@ def jacocoExcludePatternsForVerify = [
161
162
'*.*event*.*',
163
'*.*Aspect*',
164
'*.Aspect.*',
- '*.utils.*'
165
+ '*.utils.*',
166
+ '*.search.*'
167
168
169
jacocoTestReport {
0 commit comments