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

Coverage check #55

Closed carlitux closed 8 years ago

carlitux commented 8 years ago

There is a way to do this https://github.com/gotwarlost/istanbul/issues/7

jeffrifwald commented 8 years ago

Can you elaborate? Do you want to check coverage? The command for checking coverage is:

babel-istanbul check-coverage

Keep in mind this is a drop in replacement for istanbul, so most of the docs there will apply here.