1
0
Fork 0

fix(build): filter scripts, tests out of coverage report

This commit is contained in:
ssube 2020-08-28 17:02:58 -05:00
parent 4fea5c8b94
commit 65cf8e78d4
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 7 additions and 0 deletions

View File

@ -104,5 +104,12 @@
},
"bin": {
"cautious-journey": "out/index.js"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": [
"scripts/*",
"test/**"
]
}
}