Skip to content

Commit b3dab64

Browse files
committed
CI: add codecov upload
1 parent 519f236 commit b3dab64

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ jobs:
2828
run: npm run typecheck
2929

3030
- name: Test
31-
run: npm test
31+
run: npm test:coverage
32+
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v5
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}
3237

3338
- name: Build
3439
run: npm run build

0 commit comments

Comments
 (0)