| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f5200f9 commit 9f5acfa
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,6 +46,8 @@ jobs: | |||
| 46 | 46 | run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots" || exit 0 | |
| 47 | 47 | - name: Report JS | |
| 48 | 48 | run: npx c8 report --check-coverage | |
| 49 | + env: | ||
| 50 | + NODE_OPTIONS: --max-old-space-size=8192 | ||
| 49 | 51 | - name: Report C++ | |
| 50 | 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) | |
| 51 | 53 | # Clean temporary output from gcov and c8, so that it's not uploaded: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments