Skip to content

Commit f884654

Browse files
chore: update Codecov action version in CI configuration
- Upgraded Codecov action from v3 to v5 in `.github/workflows/ci.yml`. - Added optional token input for enhanced security during coverage uploads.
1 parent 31893e2 commit f884654

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
@@ -92,12 +92,13 @@ jobs:
9292
uv run coverage report --show-missing --fail-under=${{ env.MIN_COVERAGE }}
9393
9494
- name: Upload coverage to Codecov
95-
uses: codecov/codecov-action@v3
95+
uses: codecov/codecov-action@v5
9696
with:
9797
file: ./coverage.xml
9898
flags: unittests
9999
name: codecov-umbrella
100100
fail_ci_if_error: false
101+
token: ${{ secrets.CODECOV_TOKEN }} # Optional: Add if you have a token
101102

102103
security:
103104
name: Security Scan

0 commit comments

Comments
 (0)