-
Notifications
You must be signed in to change notification settings - Fork 216
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
Test coverage uploads are failing #834
Comments
a10b63e will allow using a global token. Release soon. |
This is now fixed with the new |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Nowadays many (all?) test coverage uploads to codecov fail if you don't have a
CODECOV_TOKEN
env var set.Our current coverage upload method does not work with a global codecov token, until we fix this you'll need to get one for each repository, add it as a repository secret called
CODECOV_TOKEN
and then modify your test coverage workflow to set the env var to the secret:Or you can also add the env var to the step that cals
covr::codecov()
.The text was updated successfully, but these errors were encountered: