SponsorBlockServer/.nycrc.json

14 lines
297 B
JSON
Raw Permalink Normal View History

2022-06-28 21:19:42 +02:00
{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": false,
2022-09-22 01:39:03 +02:00
"ski-full": true,
"reporter": ["text", "html"],
"include": [
"src/**/*.ts"
],
2022-06-28 21:19:42 +02:00
"exclude": [
"src/routes/addUnlistedVideo.ts",
"src/cronjob/downvoteSegmentArchiveJob.ts",
"src/databases/*"
2022-09-22 01:39:03 +02:00
]
2022-06-28 21:19:42 +02:00
}