Skip to content

Commit 9df0d5a

Browse files
committed
fix: upgrade codecov action to v4 and add token support
- Upgrade from codecov/codecov-action@v3 to @v4 for better reliability - Add token parameter to resolve rate limiting issues - Requires CODECOV_TOKEN secret to be configured in repository settings
1 parent 5dd4814 commit 9df0d5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
REDIS_URL: redis://localhost:6379/0
5151

5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v4
5454
with:
5555
file: ./coverage/lcov.info
56+
token: ${{ secrets.CODECOV_TOKEN }}
5657
fail_ci_if_error: true
5758

5859
security:

0 commit comments

Comments
 (0)