include only src in coverage

This commit is contained in:
Pooya Parsa 2017-06-16 18:42:33 +04:30
parent 9d1765ae91
commit c25409ff70

View File

@ -43,8 +43,8 @@
"nuxt": "./bin/nuxt" "nuxt": "./bin/nuxt"
}, },
"nyc": { "nyc": {
"exclude": [ "include": [
"index.js" "src/**"
] ]
}, },
"scripts": { "scripts": {