-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Describe the bug
codecov/patch remains in a pending state on GitHub PRs even though the Codecov upload step succeeds (Process Upload complete, HTTP 200) and coverage report is generated/uploaded.
Environment (please complete the following information):
- Browser: N/A (issue observed in GitHub Checks/Codecov status integration)
- System: GitHub Actions CI (
ubuntu-latest),codecov/codecov-action@v5, Codecov CLIv11.2.6
To Reproduce
- Open a PR in
AAdewunmi/Claims-Fraud-Risk-Scoring-Project(example: PR Codecov uploader fails on Apple ARM64 hardware #141). - Run CI workflow with Codecov upload (
codecov/codecov-action@v5). - Confirm upload logs show success:
- coverage file found
- upload request accepted
Process Upload completewithstatus_code=200
- Wait for check processing and refresh PR checks.
- Observe
codecov/patchstays pending.
Expected behavior
After a successful upload, Codecov should post/update PR status checks (codecov/patch, project status) to completed pass/fail, not remain pending indefinitely.
Screenshots
Attached in issue context:
- Codecov action log showing successful upload (
status_code=200,Process Upload complete) - PR checks showing
codecov/patchpending
Additional context
- Repo:
AAdewunmi/Claims-Fraud-Risk-Scoring-Project - PR:
#141 - Commit:
063716f8b4d056bff892f017a72d74843d7967f4 - Workflow run:
https://github.com/AAdewunmi/Claims-Fraud-Risk-Scoring-Project/actions/runs/22462256563 - Codecov commit URL:
https://app.codecov.io/github/aadewunmi/claims-fraud-risk-scoring-project/commit/063716f8b4d056bff892f017a72d74843d7967f4 - Already attempted:
fetch-depth: 0- explicit Codecov overrides (
branch,pr,commit,build,build_url) - re-adding required checks in branch protection
- verifying Codecov GitHub App permissions (
checks+commit statusesread/write) - rerunning workflows with empty commits
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner