chore: add @vitest/coverage-v8 to enable coverage reports

So we can answer "what's coverage?" without re-installing each time.
Run with: \`npx vitest run --coverage --coverage.provider=v8 --coverage.reporter=text-summary\`

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-25 22:09:55 +00:00
committed by Hugh Commit [agent]
parent c71e224b43
commit 693016d1ab
2 changed files with 382 additions and 139 deletions
+1
View File
@@ -33,6 +33,7 @@
"devDependencies": {
"@paperclipai/adapter-utils": "2026.415.0-canary.7",
"@types/node": "^24.6.0",
"@vitest/coverage-v8": "^4.1.5",
"typescript": "^5.7.3",
"vitest": "^4.1.4"
}