Skip to content

Commit 0c65c35

Browse files
committed
CI: add Codecov token
1 parent 6f05eee commit 0c65c35

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
@@ -47,7 +47,9 @@ jobs:
4747
with:
4848
only-needed: true
4949
- uses: gap-actions/process-coverage@v2
50-
- uses: codecov/codecov-action@v3
50+
- uses: codecov/codecov-action@v4
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
5153

5254
# The documentation job
5355
manual:

0 commit comments

Comments
 (0)