Sporadic codecov/codecov-action failing from private runners

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

Running github actions on our private runners we sporadically see:

Run codecov/codecov-action@v2
==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
Error: Codecov: Error validating uploader: request to https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig failed, reason: read ECONNRESET

CI/CD URL

CI/CD run

Codecov Output

Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.

==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
Error: Codecov: Error validating uploader: request to https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig failed, reason: read ECONNRESET

Expected Results

no problems like in the days before…

Actual Results

Sporadic ECONNRESET … maybe someone turned on rate limiting for non github.com.

Additional Information

Most likely only private runners affected… I think it is rate limiting.

@haraldh what happens if you try v3 of the action?

same with v3

@haraldh can you give me some more details regarding this private runner.

  • OS
  • node version
  • curl version

All issues seem to be resolved in the current state. Thank you for the fix, whatever it was!

1 Like