-
Notifications
You must be signed in to change notification settings - Fork 5
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
Investigate Coveralls failure about "parallel builds" #238
Comments
Just rerunning the failed test does not seem to help. But simply pushing an empty or almost empty commit to the PR branch appears to reliably resolve the error. See e.g. #237 @alyssadai was this also your experience? |
Yep. I also found lemurheavy/coveralls-public#1716, which seems relevant but I was discouraged by the long thread and so have not yet read it in detail 🙈 |
also see: neurobagel/planning#89 |
Note: this is only happening in the on: [push, pull_request] instead of on:
push:
branches:
- main
pull_request:
workflow_dispatch: as well, the bagel-cli is currently the only one that tests two python versions (3.9, 3.10). Either or both of these could be causing problems for Coveralls. It's worth noting that the codecov blog post on Python code coverage https://about.codecov.io/blog/python-code-coverage-using-github-actions-and-codecov/ provides an example of a workflow yml that also uses From a quick search in the codecov repos, this closed issue also seems potentially relevant: codecov/codecov-action#40 All in all, it might not be a bad idea to try switching to codecov for the CLI to see if we can replicate this problem. For now, the other repos don't seem affected. |
This issue has recently crept up in this repo (so far only):
Coveralls fails on the Python 3.10 runner (so far I have only seen it on that version) with the following error:
See e.g. here
The docs in question: docs.coveralls.io/parallel-builds
We should investigate why this happens and if it is on our side or their side
The text was updated successfully, but these errors were encountered: