Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add CODEDOV_TOKEN in test-coverage workflow #1

Open
wants to merge 4 commits into
base: v2-branch
Choose a base branch
from

Conversation

ALanguillaume
Copy link
Owner

  • To be able to upload the code coverage result to codecov.io users must now provide a CODECOV_TOKEN to authenticate to the service.
  • This token must be defined as a repository secret.
  • GITHUB_PAT is no longer required for the workflow to work

- To be able to upload the code coverage result to codecov.io users must now provide a CODECOV_TOKEN to authenticate to the service.
- This token must be defined as a repository secret.
- GITHUB_PAT is no longer required for the workflow to work
- Make the intent of the token explicit.
- That way readers can clearly see that CODECOV_TOKEN in a requirement for `covr::codecov()`.
@ALanguillaume ALanguillaume marked this pull request as ready for review April 11, 2024 08:40
Some packages need that to install dependencies from github for example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant