Skip to content

Commit 6c5e462

Browse files
committed
chore(github): Upload coverage reports to Codecov
1 parent b0a5195 commit 6c5e462

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ jobs:
6060
run: pnpm i --frozen-lockfile --prefer-offline
6161

6262
- name: Run tests
63-
run: pnpm vitest run
63+
run: pnpm coverage
64+
65+
- name: Upload coverage report
66+
uses: codecov/codecov-action@v5
67+
with:
68+
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)