Skip to content

Commit 6298e79

Browse files
build: exclude Parser classes from coverage to avoid 'too large' exception
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent cd0689e commit 6298e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ test {
187187
environment = [ 'EXPORT_TEST_TO_FILE': 'True' ]
188188
useJUnitPlatform()
189189

190+
jacoco {
191+
excludes = ['net/sf/jsqlparser/parser/CCJSqlParserTokenManager']
192+
}
193+
190194
// set heap size for the test JVM(s)
191195
minHeapSize = "128m"
192196
maxHeapSize = "1G"

0 commit comments

Comments
 (0)