Skip to content

fix: remove CODECOV_TOKEN for tokenless public repo upload#26

Merged
kolkov merged 1 commit intomainfrom
fix/codecov-tokenless
Mar 2, 2026
Merged

fix: remove CODECOV_TOKEN for tokenless public repo upload#26
kolkov merged 1 commit intomainfrom
fix/codecov-tokenless

Conversation

@kolkov
Copy link
Contributor

@kolkov kolkov commented Mar 2, 2026

Summary

  • Remove token: ${{ secrets.CODECOV_TOKEN }} from codecov-action
  • Codecov upload was failing with HTTP 404 "Repository not found" because the secret was empty/missing
  • Public repos support tokenless uploads (confirmed in Codecov org settings: "Not required")

Test plan

  • CI green
  • Codecov upload succeeds (check verbose logs for Process Upload complete without 404)

Replace CODECOV_TOKEN with use_oidc: true for tokenless upload.
Requires id-token: write permission on the test job.
@kolkov kolkov force-pushed the fix/codecov-tokenless branch from 5bc7c16 to 9610d2a Compare March 2, 2026 07:54
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit 0e8e7e2 into main Mar 2, 2026
9 checks passed
@kolkov kolkov deleted the fix/codecov-tokenless branch March 2, 2026 07:56
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.

1 participant