Skip to content

Commit 29025d9

Browse files
authored
Fix codecov config (#2316)
1 parent 28762c8 commit 29025d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ jobs:
5151
env:
5252
AVA_FORCE_CI: not-ci
5353
- run: git diff --exit-code
54-
- uses: codecov/codecov-action@v3
54+
- uses: codecov/codecov-action@v4
5555
with:
5656
fail_ci_if_error: true
5757
files: coverage/lcov.info
58+
token: ${{ secrets.CODECOV_TOKEN }}
5859
run-rules-on-codebase:
5960
runs-on: ubuntu-latest
6061
steps:

0 commit comments

Comments
 (0)