Initial 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!