webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

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

Open ryancat opened 6 years ago

ryancat commented 6 years ago

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

eldyvoon commented 6 years ago

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