Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The CodeCov v4 update makes a token for uploading code coverage a requirement. This is problematic for forks, though they try to work around this. In practice, they are failing hard though on all counts. However, as uploading via the v3 action runner by now is failing _every single run_, it seems we have no choice but to update. I've regenerated a token and added a `CODECOV_TOKEN` secret to the repo. For PRs directly on this repo, that should be sufficient and should also remove the need for the `wretry.action`. For PRs from forks, it will be hit and miss. We'll have to see. Refs: * https://github.com/codecov/codecov-action/releases * https://github.com/codecov/codecov-action/releases/tag/v4.0.0 * https://docs.codecov.com/docs/adding-the-codecov-token#github-actions
- Loading branch information