lasso-js / karma-lasso

Karma plugin for Lasso
http://lasso-js.github.io/karma-lasso/
MIT License
1 stars 11 forks source link

Use istanbul-lib-instrument instead of istanbul to instrument code coverage #30

Closed feng-i closed 3 years ago

feng-i commented 3 years ago

Description

Current coverage.js uses istanbul 0.4.5 to transform code coverage. The report format is incompatible with nyc command which uses istanbul-lib-instrument v4.

This PR updates the code to use istanbul-lib-instrument latest version.