Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: codecov cannot post after upgrading to v4 #441

Closed
coopernetes opened this issue Feb 7, 2024 · 0 comments · Fixed by #442
Closed

bug: codecov cannot post after upgrading to v4 #441

coopernetes opened this issue Feb 7, 2024 · 0 comments · Fixed by #442
Assignees
Labels
bug Something isn't working

Comments

@coopernetes
Copy link
Contributor

coopernetes commented Feb 7, 2024

Related: codecov/codecov-action#1248

After upgrading the codecov action via #440 , the CODECOV_TOKEN needs to be explicitly passed into the action.

https://github.com/finos/git-proxy/actions/runs/7802234184/job/21279189551

Error: Codecov token not found. Please provide Codecov token with -t flag.
Warning: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1

There are seemingly unrelated network failures after we originally merged #429. This has prevented codecov from having the baseline coverage information, which skewed the results posted via #415 . Hopefully, this has cleared and was just temporary & bad timing.

https://github.com/finos/git-proxy/actions/runs/7802149956/job/21278904730

[2024-02-06T15:34:25.740Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 502 - 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>

https://github.com/finos/git-proxy/actions/runs/7802187134/job/21279027032

[2024-02-06T15:36:28.800Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 503 - upstream connect error or disconnect/reset before headers. reset reason: connection failure
@coopernetes coopernetes self-assigned this Feb 7, 2024
@JamieSlome JamieSlome added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants