Skip to content

Commit d8e996e

Browse files
committed
Fix codecov
1 parent acf10c8 commit d8e996e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@ jobs:
101101

102102
- name: Upload coverage to Codecov
103103
if: ${{ always() }}
104-
uses: codecov/codecov-action@v1
104+
uses: codecov/codecov-action@v4
105105
with:
106106
file: ./coverage/coverage-final.json
107107
fail_ci_if_error: true
108+
token: ${{ secrets.CODECOV_TOKEN }}
108109

109110
test:
110111
name: Run tests on Node v${{ matrix.node_version_to_setup }}

0 commit comments

Comments
 (0)