You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The circleci build is trying to do a coveralls job, which never is executed/completes. So the required checks always show up as 'in progress', never actually complete with success/failure, in Github. Which makes it a lot more annoying to rely on the Github required checks feature.
This seems to be the case on all PR's.
"coveralls/coveralls Expected — Waiting for status to be reported."
The solution could be one of:
Simply unconfigure the coveralls run, have it no longer be included as part of the build, at least a "required"cv part
Get the coveralls run to work
I have not been able to figure out how to do either one!
The text was updated successfully, but these errors were encountered:
jrochkind
changed the title
circleci build hanging on coveralls
circleci build hanging on coveralls for all PR's
Apr 16, 2020
I am sorry for not creating this issue, I have definitely noticed this and, for now, I have removed the branch protection for master requiring Coveralls to provide a 100% coverage.
The circleci build is trying to do a coveralls job, which never is executed/completes. So the required checks always show up as 'in progress', never actually complete with success/failure, in Github. Which makes it a lot more annoying to rely on the Github required checks feature.
This seems to be the case on all PR's.
"coveralls/coveralls Expected — Waiting for status to be reported."
The solution could be one of:
I have not been able to figure out how to do either one!
The text was updated successfully, but these errors were encountered: