Exclude Webpack config from coverage report

This commit is contained in:
Jérémie Astori 2017-04-19 01:19:11 -04:00
parent fb04f9fcbf
commit 8aa6f9c500
1 changed files with 2 additions and 1 deletions

3
.nycrc
View File

@ -3,7 +3,8 @@
"exclude": [ "exclude": [
"client/js/bundle.js", "client/js/bundle.js",
"client/js/bundle.vendor.js", "client/js/bundle.vendor.js",
"test/" "test/",
"webpack.config.js"
], ],
"reporter": [ "reporter": [
"lcov", "lcov",