-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 codecov #7908
Comments
@carltongibson do you have access to this? |
@adamchainz. Nope. Let's call in the cavalry. 🐎 @tomchristie |
What do I need to do, where? |
Remove codecov from the legacy integrations in the repo settings. Login to codecov and set it up again. Then retrigger the CI run on the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Nobody is shouting at me. Let's close it. |
I still don't see codecov reports for the latest commit on the main branch? |
Ok, thanks @adamchainz. I guess <mumbles grumpily> 😉 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
should we consider https://github.com/codecov/codecov-action? Been using it in some of the projects I maintain |
I'd prefer we avoid adding tooling if possible at this point. We're likely just giving ourselves work to do. |
Latest commits already appear in codecov https://app.codecov.io/gh/encode/django-rest-framework/commits |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
in a recent PR it is failing to install codecov https://github.com/encode/django-rest-framework/actions/runs/4688723455/jobs/8309577776?pr=8943 pip install --upgrade codecov doesn't work anymore. so I believe we should switch to codecov gha https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259/5 |
codecov yanked the package: https://about.codecov.io/blog/message-regarding-the-pypi-package/ |
yes |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
During #7903 I realized that codecov doesn't seem to be installed correctly - it's not reporting status back on PR's, although it does have the data: https://app.codecov.io/gh/encode/django-rest-framework/compare/7903
It may need reinstalling via the GitHub Marketplace - it could have been installed with the legacy GitHub integrations system rather than as a "GitHub App".
The text was updated successfully, but these errors were encountered: