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

lib: fix coverage reporting #20035

Closed
wants to merge 2 commits into from
Closed

lib: fix coverage reporting #20035

wants to merge 2 commits into from

Commits on Apr 14, 2018

  1. lib: fix coverage reporting

    Taking the source code of a function and running it in another
    context does not play well with coverage instrumentation.
    For now, do the simple thing and just write the source code as
    a string literal.
    
    Fixes: nodejs#19912
    Refs: nodejs#19524
    addaleax committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    5fcf108 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

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