We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent f5200f9 commit 9f5acfaCopy full SHA for 9f5acfa
.github/workflows/coverage-linux.yml
@@ -46,6 +46,8 @@ jobs:
46
run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots" || exit 0
47
- name: Report JS
48
run: npx c8 report --check-coverage
49
+ env:
50
+ NODE_OPTIONS: --max-old-space-size=8192
51
- name: Report C++
52
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)
53
# Clean temporary output from gcov and c8, so that it's not uploaded:
0 commit comments