Skip to content

Commit 06bf986

Browse files
committed
CI: add Codecov token
1 parent aefe059 commit 06bf986

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
@@ -40,7 +40,9 @@ jobs:
4040
with:
4141
only-needed: true
4242
- uses: gap-actions/process-coverage@v2
43-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v4
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
4446

4547
# The documentation job
4648
manual:

0 commit comments

Comments
 (0)