codecov-action
codecov-action copied to clipboard
main Workflow is cruel to forks
https://github.com/jsoref/codecov-action/actions/runs/8976017868
Annotations
7 errors and 3 warnings
https://github.com/codecov/codecov-action/blob/5ecb98a3c6b747ed38dc09f787459979aebb39be/.github/workflows/main.yml#L5-L8
This workflow is set to fail-fast which means either forks have to pony up to pay for xl mac runners or they can't build anything.
Instead of doing that, the xl mac runner should be in its own job (it can be the same file). You could use a reusable workflow (or an action) to share the actual steps.