Skip to content

Commit 82f4616

Browse files
committed
chore: switch to codecov v4
No change to logic. This updates codecov/codecov-action to v4. This version supposedly has better support for external contributors working from repository forks.
1 parent 63e5e7e commit 82f4616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
- run: npm install
3030
- run: npm run test
31-
- uses: codecov/codecov-action@v2
31+
- name: Upload coverage reports to Codecov
32+
uses: codecov/codecov-action@v4
3233
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3335
fail_ci_if_error: true

0 commit comments

Comments
 (0)