Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process: start coverage collection before bootstrap #26006

Closed
wants to merge 4 commits into from

Commits on Feb 8, 2019

  1. 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.
    joyeecheung committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    dc2d5e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf9ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44ff18b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    de2845b View commit details
    Browse the repository at this point in the history