-
Notifications
You must be signed in to change notification settings - Fork 249
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
Migrate to use nyc from istanbul #375
Comments
I believe that warning is misleading, since There's another karma istanbul reporter, that uses the |
istanbul was also a command-line tool but yes the warning is inaccurate for how
I noticed this bug while investigating another issue and wanted to share my knowledge of future plans so you don't switch to a module that we intend to stop supporting. |
haha, i was planning to work on a PR, glad you did |
Is there any work in progress to migrate to use nyc? |
PR #377 has already done the work, it just needs to be released |
no idea, maybe ask the maintainer @johnjbarton. |
Since #377 has been merged and released on v2.0.0 🎊, issue has been addressed. I'm now closing this issue. Cheers! 😁 |
When I install karma-coverage 2.0.1, I'm still seeing:
If I run
and in package-lock.json, I see:
I'm not sure why istanbul is marked as required there. |
Upon installing, this shows up:
Would it be possible to move to use
nyc
instead ofistanbul
?The text was updated successfully, but these errors were encountered: