Skip to content

Commit 9f5acfa

Browse files
bcoedanielleadams
authored andcommittedAug 16, 2021
test: increase memory for coverage action
PR-URL: #39690 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f5200f9 commit 9f5acfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/coverage-linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots" || exit 0
4747
- name: Report JS
4848
run: npx c8 report --check-coverage
49+
env:
50+
NODE_OPTIONS: --max-old-space-size=8192
4951
- name: Report C++
5052
run: cd out && gcovr --gcov-exclude='.*\b(deps|usr|out|obj|cctest|embedding)\b' -v -r Release/obj.target --xml -o ../coverage/coverage-cxx.xml --root=$(cd ../ && pwd)
5153
# Clean temporary output from gcov and c8, so that it's not uploaded:

0 commit comments

Comments
 (0)
Please sign in to comment.