Skip to content

Initial Release

Compare
Choose a tag to compare
@kitsonk kitsonk released this 03 Sep 12:53
· 147 commits to master since this release

Introducing remap-istanbul, a tool that help improve the utility of your code coverage. 👼

If you are transpiling your code to JavaScript, sometimes code coverage can be a problem, because the coverage analysis is only giving you a view of your emitted code, not your original code. remap-istanbul solves that problem by taking Istanbul code coverage, reading the source maps, and mapping back the coverage to the original files.

Let us know if you find this useful, we sure do!