Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In a private browsing window, login to github as the openedx-codecov user.

  2. Then login to codecov.io via this github user.

  3. Go to the settings page for the relevant repository in the private browsing window:

    • https://app.codecov.io/gh/openedx/<repo_name>/settings

  4. Copy the repository upload token (just the uuid!).

  5. As an admin user, go to the repository secrets section of the repo:

    • https://github.com/openedx/<repo_name>/settings/secrets/actions

  6. Add the token as a new secret named CODECOV_TOKEN

...