Skip to content

Retry Codecov upload on failure#41

Merged
vincentvanbush merged 1 commit intomainfrom
codecov-retry
Nov 18, 2025
Merged

Retry Codecov upload on failure#41
vincentvanbush merged 1 commit intomainfrom
codecov-retry

Conversation

@vincentvanbush
Copy link
Contributor

@vincentvanbush vincentvanbush commented Nov 18, 2025

Note

Replace Codecov action with a retryable CLI upload in the Elixir CI workflow; minor YAML normalization.

  • CI Workflow (.github/workflows/elixir.yml):
    • Coverage upload: Replace codecov/codecov-action with nick-fields/retry running the Codecov CLI to retry uploads on failure.
    • YAML cleanup: Normalize quoting and array formatting; no logic changes to lint/build steps or matrix besides formatting.

Written by Cursor Bugbot for commit f58f230. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

exit 1
fi
chmod +x codecov
./codecov upload-process -t ${{ secrets.CODECOV_TOKEN }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Codecov CLI Upload Process Broken

The command ./codecov upload-process uses an invalid subcommand. The Codecov CLI doesn't have an upload-process command. The standard commands are do-upload for uploading coverage or a multi-step process using create-commit, create-report, and do-upload. Additionally, the command doesn't specify which coverage file to upload, which the previous codecov-action handled automatically.

Fix in Cursor Fix in Web

@vincentvanbush vincentvanbush merged commit 252dee0 into main Nov 18, 2025
73 checks passed
@vincentvanbush vincentvanbush deleted the codecov-retry branch November 18, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant