add coverage reports to PostgreSQL tests

This commit is contained in:
Michael C
2022-09-21 15:57:20 -04:00
parent 0a102c15fd
commit 6499381b4f
4 changed files with 38 additions and 4 deletions

View File

@@ -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"]
}