Skip to content

Commit 9886e60

Browse files
committed
chore: add code coverage
1 parent fb83dfc commit 9886e60

3 files changed

Lines changed: 244 additions & 45 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: npm ci
2323

2424
- name: Run tests
25-
run: npm run test
25+
run: npm run test -- --coverage

package-lock.json

Lines changed: 242 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@types/cors": "^2.8.17",
1717
"@types/express": "^5.0.0",
1818
"@types/node": "^22.9.0",
19+
"@vitest/coverage-v8": "^4.1.1",
1920
"drizzle-kit": "^0.28.1",
2021
"globals": "^15.12.0",
2122
"tsx": "^4.19.2",

0 commit comments

Comments
 (0)