Skip to content

Commit e196fa5

Browse files
committed
Exclude generated OptJSCode subclasses from coverage instrumentation.
1 parent 49c4963 commit e196fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test {
6767

6868
jacoco {
6969
// These particular tests produce Jacoco exceptions because of their size
70-
excludes = ['**perlstress**', '**start_unicode**']
70+
excludes = ['**perlstress**', '**start_unicode**', '**ojsc**']
7171
}
7272
}
7373

0 commit comments

Comments
 (0)