mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
add coverage reports to PostgreSQL tests
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
"check-coverage": false,
|
||||
"exclude": [
|
||||
"src/routes/addUnlitedVideo.ts"
|
||||
]
|
||||
"src/routes/addUnlistedVideo.ts",
|
||||
"src/cronjob/downvoteSegmentArchiveJob.ts",
|
||||
"src/databases/*"
|
||||
],
|
||||
"reporter": ["text", "html"]
|
||||
}
|
||||
Reference in New Issue
Block a user