-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Console coverage missing #20952
Comments
@nodejs/build @bcoe PTAL |
@BridgeAR I'm happy to take a look at why we're not seeing coverage for the console module. |
@BridgeAR @bcoe This CI job may be helpful, runs coverage everyday: https://ci.nodejs.org/view/All/job/node-test-commit-linux-coverage/ |
@BridgeAR I've hunted things down to here and have a workaround we can apply: I'm going to see about getting things fixed upstream first. |
nyc was silently failing to instrument new language features, resulting in a failure to instrument console.js. Refs: nodejs#20952
nyc was silently failing to instrument new language features, resulting in a failure to instrument console.js. Refs: #20952 PR-URL: #21071 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rebecca Turner <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]>
@BridgeAR I think this issue should be fixed now, with some upstream changes to nyc; mind checking. |
nyc was silently failing to instrument new language features, resulting in a failure to instrument console.js. Refs: #20952 PR-URL: #21071 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rebecca Turner <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]>
@BridgeAR https://coverage.nodejs.org/coverage-f85962fe4d3afa55/root/console.js.html 👈 object to me closing this, things are looking good. |
@bcoe thanks a lot for fixing this! |
I just wanted to check the coverage of the console module but it seems like it is missing. I am not sure if this is an issue on our side or on module side. I did not yet look into it.
The text was updated successfully, but these errors were encountered: