v8-to-istanbul

Crates.iov8-to-istanbul
lib.rsv8-to-istanbul
version0.1.3
sourcesrc
created_at2024-08-14 13:12:02.605713
updated_at2024-08-26 07:07:31.554746
descriptionA tool to convert v8 coverage to istanbul format
homepage
repositoryhttps://github.com/hjin-me/v8-to-istanbul-rs
max_upload_size
id1337329
size95,507
HJin.me (hjin-me)

documentation

README

V8 Coverage to Istanbul Coverage

v8 coverage + source map => raw code coverage

v8-to-istanbul convert --pattern "test-results/**/v8-coverage.json" --filters "{xxx.min.js}" --output ./ --merge --use-local

difference with https://github.com/istanbuljs/v8-to-istanbul

  • coverage for all code in source map (not only code in v8 coverage)

  • better performance (perhaps?)

TODO

[ ] Functions [ ] Branch

Commit count: 0

cargo fmt