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

remove redundant source/name from loc #11

Closed Swatinem closed 9 years ago

Swatinem commented 9 years ago

This is on top of my other PR, so if you want you can just merge both…

jeffrifwald commented 9 years ago

LGTM. Thanks!