Skip to content

Commit cf7f162

Browse files
author
bconn98
committed
ci: bump codecov to v4 and set the CODECOV token from the secrets
1 parent 1a758c1 commit cf7f162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
USER: "test-user"
3131

3232
- name: Upload to codecov.io
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
3434
with:
3535
fail_ci_if_error: true
36+
env:
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)