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

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