Skip to content

Commit e94d0f3

Browse files
committed
another attempt to get coverage working in CI
1 parent 1789c23 commit e94d0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Coverage
2525
env:
26-
NODE_OPTIONS: "--expose-gc"
26+
NODE_OPTIONS: "--expose-gc --max_old_space_size=25000"
2727
# coverage has trouble fetching data for some reason in the CI,
2828
# I don't actually care about the test results (that's tested above)
2929
# so ignore any failure here

0 commit comments

Comments
 (0)