-
-
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
document migrating from istanbul to nyc configuration #320
Comments
That would definitely help communicate any breaking changes. |
Possibly outside the scope of this particular discussion, but a document outlining API changes would be helpful. I'm interested in getting karma-coverage ported to the new istanbul API to resolve some long-standing sourcemap issues. |
We are again in a place that is neither here nor there :) We now have low level libs like For that reason, I'm reluctant to make (still catching up on all my github emails so unsure if things have changed :) ) |
Previous comment was in reply to @dpogue - now trying to address the main issue. I think if Now, the It would be nice if we could have a centralized config that everyone could use including Also, is it worthwhile not making the babel plugin a top-level thing in itself but packing it inside of The advantage I see with this approach is that it shows the relationships between the libraries clearly and packages common dependencies once. As it stands, since |
I think we should definitely have a |
Having a .nycrc would be very helpful when transitioning from projects that already have a .istanbul.yml file. From a version control perspective I think it is a lot easier to identify changes in a .nycrc file, rather than those changes getting lumped in with other changes to an unrelated package.json file. Also, on more complex projects, the package.json can already get quite large and complicated. |
According to
So it's not just a reporting tool, unless I didn't understand that first line in the readme correctly. 😄 I hope we will see support for a |
see #309
Open Questions
nyc
and theistanbul
configuration key in package.json (it's a bit confusing for folks using libraries like babel-plugin-istanbul that they need to set an nyc stanza).nyc
is the name of the actual reporting tool get used to it.CC: @jamestalmage, @gotwarlost curious about your thoughts.
The text was updated successfully, but these errors were encountered: