Skip to content

ci: bump codecov-action to v6 to fix signature verification#704

Merged
timtreis merged 1 commit into
mainfrom
fix/codecov-action-v6-signature
Jun 8, 2026
Merged

ci: bump codecov-action to v6 to fix signature verification#704
timtreis merged 1 commit into
mainfrom
fix/codecov-action-v6-signature

Conversation

@timtreis

@timtreis timtreis commented Jun 8, 2026

Copy link
Copy Markdown
Member

codecov-action@v5 verifies the codecov CLI binary against Codecov's old Keybase key, which they bricked after migrating accounts. The upload step now fails with Could not verify signature, and because fail_ci_if_error: true this hard-fails the Coverage job on every PR.

@v6 (= 6.0.2) ships the updated key. One-line pin bump.

Ref: codecov/codecov-action#1956

codecov-action@v5 verifies the codecov CLI against Codecov's old Keybase
key, which they bricked after migrating accounts. The upload step now
fails with "Could not verify signature" and, with fail_ci_if_error
true, hard-fails the Coverage job. v6 (= 6.0.2) ships the updated key.

Ref: codecov/codecov-action#1956

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@timtreis timtreis merged commit 6ef099d into main Jun 8, 2026
5 of 7 checks passed
@timtreis timtreis deleted the fix/codecov-action-v6-signature branch June 8, 2026 13:24
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.07%. Comparing base (34c23b4) to head (89d2fe8).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #704      +/-   ##
==========================================
+ Coverage   75.96%   76.07%   +0.11%     
==========================================
  Files          14       14              
  Lines        4156     4188      +32     
  Branches      964      975      +11     
==========================================
+ Hits         3157     3186      +29     
- Misses        647      654       +7     
+ Partials      352      348       -4     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants