-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working