WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 494 forks source link

GH Actions: upgrade to Codecov v4 #880

Closed jrfnl closed 2 months ago

jrfnl commented 2 months ago

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: