Skip to content

Commit 5fa891d

Browse files
committed
CI: add Codecov token
1 parent f4ca881 commit 5fa891d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
with:
4343
only-needed: true
4444
- uses: gap-actions/process-coverage@v2
45-
- uses: codecov/codecov-action@v3
45+
- uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4648

4749
# The documentation job
4850
manual:

0 commit comments

Comments
 (0)