Skip to content

Commit 7b2b60e

Browse files
committed
CI: add Codecov token
1 parent 2484c81 commit 7b2b60e

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
@@ -34,7 +34,9 @@ jobs:
3434
with:
3535
only-needed: true
3636
- uses: gap-actions/process-coverage@v2
37-
- uses: codecov/codecov-action@v3
37+
- uses: codecov/codecov-action@v4
38+
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}
3840

3941
# The documentation job
4042
manual:

0 commit comments

Comments
 (0)