Skip to content

Commit 2ba6c91

Browse files
committed
CI: add Codecov token
1 parent b0342be commit 2ba6c91

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

5355
# The documentation job
5456
manual:

0 commit comments

Comments
 (0)