Skip to content

Commit b8f688d

Browse files
committed
CI: add Codecov token
1 parent 2cb2c3c commit b8f688d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
with:
4646
only-needed: true
4747
- uses: gap-actions/process-coverage@v2
48-
- uses: codecov/codecov-action@v3
48+
- uses: codecov/codecov-action@v4
49+
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
4951

5052
# The documentation job
5153
manual:

0 commit comments

Comments
 (0)