-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
codecov integration is broken #2997
Comments
Show me the log link. I'd probably be able to fix it. |
https://travis-ci.com/aio-libs/aiohttp/jobs/123752683 for bash script |
It's weird, this https://codecov.io/gh/aio-libs/aiohttp/settings says that:
And I don't have enough privileges to check/fix this. It suggests you to go to https://github.com/organizations/aio-libs/settings/installations/175267 and add aiohttp there. I don't have rights to do this. |
The page reports that codecov is enabled for all repos :( |
Try doing reset @ https://codecov.io/gh/aio-libs/aiohttp/settings |
It looks like you're right and codecov's backend supposingly tries to go to the old platform's API (.org) and fails (but that's just a guess). |
Just did it.
|
I was hoping that you'd not get that error, having better privileges 😞 |
I've emailed them. |
I've tried to uninstall codecov and install it back again a couple days ago -- no luck. |
Thanks |
Recreated codecov project. |
@asvetlov Let's try https://coveralls.io instead. It's functionally equivalent, lots of cool projects seem to use it and I just love their UI |
I've posted a question about whether they support new platform: lemurheavy/coveralls-public#1119 |
The project used coveralls.io but switched too codecov for better UI/UX |
Anyway let's try it out while codecov doesn't work for us. They say we need: service_name: travis-pro in |
Maybe we need to provide a secret key for codecov. |
yes, it looks so, but supposingly it shouldn't rely on that. |
coveralls was much worse, no way to compare PRs, no diff coverage, harder to navigate code coverage. @stevepeak has always been very helpful in the past for me. Perhaps he could help on this? |
Looks like it's the new Travis-CI.org to .com switch. Let me see if we can patch that up quickly. |
Waiting to get news from Travis-CI. Their old API endpoint on .org was public, which we used to confirm uploads. Now it's private on .com which broke our process and requiring the upload token. |
Fixed by the service provider |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
I've tried both
bash
script andcodecov
package from PyPI.Both ways are failing on uploading data to codecov server.
Looks like it is a result of migration to travis-ci.com but I don't sure.
Any ideas?
The text was updated successfully, but these errors were encountered: