-
-
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
Remove Codecov from PR merge required list #3441
Comments
@asvetlov any examples of faulty behavior in PRs? I've triggered reinstall of GitHub app for repos but I don't whether it'll help. I don't see CodeCov posting anything via Checks API though. The required check thing refers to old statuses API identifier, I don't know whether they still use it. The other thing I see is that it looks like only Travis CI sends coverage data to the service: https://codecov.io/gh/aio-libs/aiohttp/commit/0b4530608fd8720f4b6becd938df05e4e849dc0f/build AFAIR codecov is smart enough to know that there's also AppVeyor CI present here and normally it waits for all other CI statuses to be green before posting its own status. |
Codecov settings state that integration is installed, but repos ain't added. I removed it and added back. |
It's odd but the bot has just posted to #3442 and set a status there |
But I'm still seeing:
|
@webknjaz I'm curious where did you find this text? |
It's at https://codecov.io/gh/aio-libs/aiohttp/settings and https://codecov.io/gh/aio-libs/multidict/settings which implies that something is still wrong. |
Codecov settings are still looking odd. We should probably contact them. |
Please do |
Looks like fixed on codecov side. |
Codecov doesn't look stable now.
I've dropped the check from required-to-merge steps (but the app integration is still in place, the tool sends coverage reports when available).
We had #2997 issue before.
I love codecov tool and want to use it.
The check removal is temporary I hope.
We need somebody to investigate the problem.
@webknjaz could you take a look?
P.S.
The real problem is: I was continuously forced to use my administrative privileges to merge a PR when everything was green except a yellow codecov mark. Travis jobs restart didn't help, pushing a new merge from master branch did not help too.
Maybe it is our configuration problem again, codecov works just fine on my job for private source projects.
The text was updated successfully, but these errors were encountered: