Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Allow Codecov upload to fail in build workflow#13

Open
rpatel-figure wants to merge 1 commit intomainfrom
ravipatel/allow-codecov-upload-failure
Open

Allow Codecov upload to fail in build workflow#13
rpatel-figure wants to merge 1 commit intomainfrom
ravipatel/allow-codecov-upload-failure

Conversation

@rpatel-figure
Copy link
Copy Markdown
Collaborator

Context

Codecov continues to log the following error in the CI workflow

['verbose'] The error stack is: Error: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Could not find a repository, try using repo upload token', code='not_found')}
    at main (/snapshot/repo/dist/src/index.js)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

I had allowed the step to cause a failure if the upload failed in hopes that it would eventually resolve itself, but that hasn't been the case and it's simply inconvenient to continue letting builds have a failing status for a problem out of our control

Changes

  • Disable Codecov upload failures from propagating to the workflow

@rpatel-figure rpatel-figure requested a review from a team January 13, 2023 22:49
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 13, 2023

Test Results

16 tests  ±0   16 ✔️ ±0   11s ⏱️ +4s
  2 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 61dbe99. ± Comparison against base commit 3026fd0.

♻️ This comment has been updated with latest results.

@rpatel-figure rpatel-figure added chore An update to configuration or other changes which don't add to or enhance code functionality patch A backwards-compatible bug fix or configuration updates (should follow semantic versioning) labels Jan 13, 2023
@rpatel-figure rpatel-figure marked this pull request as draft January 13, 2023 22:53
@rpatel-figure rpatel-figure marked this pull request as ready for review January 13, 2023 22:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore An update to configuration or other changes which don't add to or enhance code functionality patch A backwards-compatible bug fix or configuration updates (should follow semantic versioning)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant