Skip to content

Commit 7edbaae

Browse files
committed
feat: update CI workflow to include coverage in test run
chore: add @vitest/coverage-v8 dependency to package.json and package-lock.json
1 parent 88e38ee commit 7edbaae

File tree

3 files changed

+519
-2
lines changed

3 files changed

+519
-2
lines changed

.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

0 commit comments

Comments
 (0)