Ignore coverage folder from coverage report

This commit is contained in:
Jérémie Astori 2017-11-29 00:31:15 -05:00
parent f368dcdc69
commit 6bb0251d57
No known key found for this signature in database
GPG Key ID: B9A4F245CD67BDE8
1 changed files with 1 additions and 0 deletions

1
.nycrc
View File

@ -1,6 +1,7 @@
{
"all": true,
"exclude": [
"coverage",
"public/",
"test/",
"webpack.config.js"