Merge pull request #2076 from thelounge/xpaw/no-scripts-coverage

Skip scripts folder from test coverage
This commit is contained in:
Jérémie Astori 2018-02-19 11:43:12 -05:00 committed by GitHub
commit 559281bfb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.nycrc
View file

@ -3,6 +3,7 @@
"exclude": [
"coverage",
"public/",
"scripts/",
"test/",
"webpack.config.js"
],