Skip to content

Commit bcd81c7

Browse files
committed
Add codecov_token env variable to upload coverage report
1 parent 09576cf commit bcd81c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ jobs:
259259
path: coverage
260260

261261
- name: Upload coverage to Codecov
262-
uses: codecov/codecov-action@v3
262+
uses: codecov/codecov-action@v4
263263
with:
264264
directory: ./coverage/
265265
fail_ci_if_error: true
266+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)