Skip to content

process: start coverage collection before bootstrap

This patch moves the dispatch of Profiler.takePreciseCoverage to a point before the bootstrap scripts are run to ensure that we can collect coverage data for all the scripts run after the inspector agent is ready.

Before this patch lib/internal/bootstrap/primordials.js was not covered by make coverage, after this patch it is.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading