503 Service Unavailable / no healthy upstream

Before submitting a topic, please confirm the following

I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml configuration file.
I have filled out the below sections to the best of my ability.

Description

Uploading coverage fails with this error:

503 Service Unavailable
no healthy upstream

The endpoint being uploaded to is: https://codecov.io/upload/v2

CI/CD URL

Expected Results

Something more like this:

Actual Results

503 Service Unavailable
no healthy upstream

… and the results don’t appear on the codecov website.

Additional Information

Started failing consistently about 36 hours ago.

1 Like

I’m getting the same issue with my R repo: Add badges to README.md · palaeoverse-community/palaeoverse@ed9f984 · GitHub.
Other R developers are also getting the same issue: `covr::codecov()` upload to codecov.io fails with 503 error · Issue #512 · r-lib/covr · GitHub.

2 Likes

Looks like this might be resolved? The codecov status page lists multiple SSL issues over the last couple days which I’m guessing are to blame.

1 Like

I’d temporarily disabled codecov.io uploads on my repos (which is not a major issue as I am also using Coveralls.io — they provide slightly different statistics, so I find it useful to have both). I’ll re-enable it and see what happens.

1 Like

Success!

Now I need to figure out how to mark this issue as resolved.

1 Like