-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
nyc 15.x / next version of istanbul libraries #1104
Comments
This comment has been minimized.
This comment has been minimized.
Thank you for all of the work, @coreyfarrell and everyone else who might have contributed. Trying to be helpful by adding a PR here. It has CI. |
nyc 15.0.0-beta.1 is now published to npm ⚠ BREAKING CHANGES
Bug Fixes
Features
|
Lock node to version 10, as nyc doesn't work well with 12 See istanbuljs/nyc#1104
nyc 15.0.0 and babel-plugin-istanbul 6.0.0 are now published to npm under the The intent is for these to become the final releases. CHANGELOG is now updated in the master branch. |
nyc 15.0.0 and babel-plugin-istanbul 6.0.0 are now latest on npm. |
I am getting 0% for statements, lines, functions -
|
Had that as well but found it was a bad setting in |
The following major/breaking changes are currently planned for nyc 15 and the next version of istanbul libraries:
--all
run against pre-instrumented files (Inconsistent nyc baseline coverage results with pre-instrumented code #1208)Find a solution forUnfixablenyc node --require esm
in latest versions of node.jsThis tracking ticket will be updated as progress is made, it will be closed when [email protected] is released.
The text was updated successfully, but these errors were encountered: