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

3
.nycrc
View file

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