Codecov Upload Breakages

Codecov has a new version of their action out that requires that we add a Repo specific token and to encourage moving to it the upload functionality on the older versions seems to be getting flakier and flakier. Long term we have a deprecation for Codecov but there are enough open questions (especially about its replacement for javascript) that we’re not ready to move off of it yet.

If you are maintaining a repository and seeing codecove upload issues, you should:

1 Like

Update, you no longer need to file the axim request ticket. Codecov has added or-specific tokens so making a change like the PR example above should be sufficient to fix uploads on repos.

So there’s now a CODECOV_TOKEN secret at the org level that works for anything in the org? Nice!

How did you create an org token for openedx, by the way? Codecov’s docs are… extremely terse: https://docs.codecov.com/docs/codecov-uploader#organization-upload-token


Under the org settings in codecov.io you can see the global upload token.

1 Like

Ah, I think what I missed was the organization switcher under the header!