Skip to content

Commit 41714fe

Browse files
committed
ci: configure codecov coverage
1 parent 675a0ac commit 41714fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Test
3535
run: |
3636
pnpm run test
37+
- name: Upload coverage reports to Codecov
38+
uses: codecov/codecov-action@v5
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
3741
- name: Build
3842
run: |
3943
pnpm run build

0 commit comments

Comments
 (0)