Releases: SitePen/remap-istanbul
Releases · SitePen/remap-istanbul
Release 0.5.1
Release 0.5.0
New Features
- Allow exclusion of covered files from final coverage (#23)
- Support Inline Sources (#11)
- Allow
lcovonly
andtext-lcov
to be used on the CLI being output to std out (#22)
Updates
- Fix typo in README (#24), thanks @sohamkamani
- Improve CLI docs (#16), thanks @lukeapage
Bugs fixes
Release 0.4.0
Release 0.3.1
Release 0.3.0
New Features
- Add Intern
JsonCoverage
reporter until PR theintern/intern#426 is merged.
Updates
- Move to Intern 3.0.4
Release 0.2.0
New Features
- Add command line interface. See: Command Line Usage. Resolves #3.
- Allow setting a base path when remapping to source files. See: lib/remap. Thanks @arma-gast.
Bugs Fixed
- Properly parse unicode inline source maps. Thanks @arma-gast.
Improvements
- Update to Intern 3.0.2 for testing
- Add contribution guidelines
- Add coverage information reporting via codecov.io
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!