Merge pull request #1053 from thelounge/astorije/coverage-exclude

Exclude Webpack config from coverage report
This commit is contained in:
Jérémie Astori 2017-04-19 10:13:19 -04:00 committed by GitHub
commit f16823393a
1 changed files with 2 additions and 1 deletions

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",