tool · inferred from evidence
codecov-action
A GitHub Action for uploading coverage reports to Codecov.
- v5 token-required error on Dependabot PRs: add token to Dependabot secrets
A practical guide for Codecov. [thomasrockhu-codecov (commenter)]: If codecov-action v5 fails on Dependabot PRs with "token required because branch is protected" even though the token is in your repo secrets, add CODECOV_TOKEN to your Depen
- Codecov Error failed to properly upload in GitHub Actions
What this covers: Coverage uploads fail in GitHub Actions with "Error: failed to properly upload". The fix that worked: Create a Codecov token for the repo and pass it to the action so the upload does not depend on the unauthenticated GitHu
- Codecov responds with Repository not found on upload codecov-action
Make sure the project slug casing matches your repository exactly, for example Mohammad-Alavi/my-awesome-repo, not mohammad-alavi/my-awesome-repo, and pass it explicitly with the slug: input. If you are not setting a slug, switch from a glo