dwyl / learn-istanbul

:checkered_flag: Learn how to use the Istanbul JavaScript Code Coverage Tool
340 stars 41 forks source link

Migrate from istanbul to nyc ? #20

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

istanbul has recently been deprecated https://www.npmjs.com/package/istanbul

istanbul-node-module-deprecated

Should we switch from istanbul to nyc? https://www.npmjs.com/package/nyc See: https://github.com/istanbuljs/nyc#readme I expect that it will take a couple of hours to update this tutorial/example and then a few minutes for each of our JS repos which are using istanbul ... Thoughts? Anyone want to volunteer to do this?

nelsonic commented 5 years ago

nyc is already being used in hapi-auth-jwt2 and there wasn't much effort to swtich.