Please check the troubleshooting guide before creating a ticket.
All fields below are required.
Description
We have installed the CodeCov integration to our organisation account and we have been using it with our private repos in the past with no issue. We recently moved the unit test to a github action and codecov stopped to report status.
I’ve tried with checkout V1 and V2, different configurations and so on and nothing seems to work.
Commit SHAs
Please include the commit SHA(s)
Repository
private
CI/CD or Build URL
Githubaction
Uploader
Github actions
Codecov Output
It seems correct, but can not disclose it publicly as contains information about our private codebase I will happy share in private with any codecov representative, but I can see the report in codecov following the link.
Expected Results
codecov/project pass
Actual Results
codecov/project waiting for status
Additional Information
On the webhook response I get this:
200
Ok. Skip Codecov status updates.
I just checked with a new PR (commit 577cfdc90c65c8a493a2eb4dcbf40597b4eeddbc) the status for the project still waiting for status however the patch one is being passed.
@VictorLHS, this is based on your codecov.yml which will only return statuses for commits and pulls that have the HEAD commit on master. You can read more here. The fix would be to remove that line from your yaml.
Let me know if that makes sense or if I am looking at this wrong. Please feel free to post your yml file here.