tagatac / bagoup

Mac OS Messages export
GNU Affero General Public License v3.0
72 stars 4 forks source link

Use the retry-action action to retry the codecov uploader action #57

Closed tagatac closed 11 months ago

tagatac commented 11 months ago

What is changing: Use https://github.com/Wandalen/wretry.action to retry https://github.com/codecov/codecov-action. Inspired by https://github.com/xdslproject/xdsl/pull/1288.

Why this change is being made: The codecov action fails often:

But succeeds eventually on retry: https://github.com/tagatac/bagoup/actions/runs/7089000221/job/19293933175#step:7:34

Related issue(s): https://github.com/codecov/codecov-action/issues/926

Follow-up changes needed: Remove this when https://github.com/codecov/codecov-action/issues/926 is resolved (or Github Actions offers a built-in retry mechanism for actions).

Is the change completely covered by unit tests? If not, why not?: N/A