-
Notifications
You must be signed in to change notification settings - Fork 290
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
Please set default branch to 'main' in codecov.io #657
Comments
Follow-up on #544 |
I think I found the root source, the upload fails when running on "main" (so it has no idea about this branch) Codecov token not found |
This is actually happening for all branches.. what I think is happening is that we don't have the token (or its not update to date in the secrets) so we do get some reports uploaded but its very partial (once every few runs) |
We can try to Generate a new token, there is a guide: |
tried pushing to master, ran into same issue with token not being found. |
Describe the bug
Since we enabled the code coverage using Codecov Getting the error
Please upload report for BASE (main@####).
To Reproduce
Just open a PR with any change:
Validate the issue
Click the Codecov badge or visit the site
This will use branch 'master', which is an old codecov result:
How to fix
A project administrator needs to visit https://app.codecov.io/gh/testcontainers/testcontainers-python/settings and change the default branch from 'master' to 'main'. It should look like this:
The text was updated successfully, but these errors were encountered: