gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

deprecate Istanbul in favor of Istanbul 2.0 #706

Open bcoe opened 8 years ago

bcoe commented 8 years ago

We're pretty far along the path of addressing the deltas outlined in Brain dump of istanbul - nyc deltas.

I'd like to propose that we deprecate this repo, adding a comment at the top of the README, and start directing folks towards the work we've been doing on the Istanbul 2.0 ecosystem.

One question I have, it seems to confuse people that the bin for istanbul is called nyc, should we:

What are your thoughts @gotwarlost

gonzoyumo commented 7 years ago

Hi, I was looking for istanbul documentation and I was a bit lost between istanbul and istanbulJS. It took me to read readme, issues, websites and compare everything to sort this out.

A BIG note on the README would be really appreciated :)

I'm not aware of why nyc name was chosen, but according to other tools in the istanbul ecosystem, it makes more sense to me to name it istanbul-cli.

Thanks