istanbul-instrumenter-loader icon indicating copy to clipboard operation
istanbul-instrumenter-loader copied to clipboard

Instrument webpack module.js which is not part of the source code

Open ryancat opened this issue 7 years ago • 1 comments

Using latest version of istanbul-instrumenter-loader (v3.0.0) and found the coverage report generated covers node_modules/webpack/buildin/module.js file along with other source code. I think this is unnecessary.

Node version: 7.9.0 OS: macOS Sierra

ryancat avatar Feb 11 '18 04:02 ryancat

exclude: [/(tests|node_modules|.spec.js$)/]

eldyvoon avatar Jun 08 '18 03:06 eldyvoon