jeffrifwald / babel-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
144 stars 23 forks source link

Update Readme #5

Closed jussi-kalliokoski closed 9 years ago

jussi-kalliokoski commented 9 years ago

Currently the README just looks like a copy of istanbul's README and tells you to install istanbul instead of babel-istanbul, tells you to run istanbul instead of babel-istanbul and has no guides whatsoever on how to get started.

jeffrifwald commented 9 years ago

The readme is updated. Thanks for pointing that out.