fix(build): filter scripts, tests out of coverage report
This commit is contained in:
parent
4fea5c8b94
commit
65cf8e78d4
|
@ -104,5 +104,12 @@
|
|||
},
|
||||
"bin": {
|
||||
"cautious-journey": "out/index.js"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
"exclude": [
|
||||
"scripts/*",
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue