Skip to content

Commit a17c0f8

Browse files
committed
Switch to codecov v5
1 parent 05f9a31 commit a17c0f8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
run: npm test -- --coverage
2929

3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
33-
token: ${{ secrets.CODECOV_TOKEN }}
34-
files: ./coverage/coverage-final.json
35-
name: codecov-umbrella
36-
fail_ci_if_error: true
33+
files: ./coverage/lcov.info
34+
flags: unittests
35+
name: vitest-coverage

0 commit comments

Comments
 (0)