-
Notifications
You must be signed in to change notification settings - Fork 92
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.io is flaky #318
Comments
Is it the curl command that fails? Right now it's set up to echo a failure message if curl fails so that the build doesn't completely fail. We could try putting curl in a for loop to try multiple times to upload before giving up and echoing a failure message. |
I just merged in a pr that changed code comments (no actual code changes), and curl timed out: And you're right, now code coverage is at "97%" because it's only reporting the Python API. We can rerun the travis build to fix it (most likely), but it would be nice to have a better solution. Some users have strung a bunch of upload attempts together: Other users have reported that coverage upload can still fail after multiple attempt in a row: This is disappointing. Seems like this has been an issue for a long time now, and for a lot of people, and they haven't fixed it. If there's no solution, then perhaps it's better to use another service. |
For now it seems like upload to codecov works well, so I close this issue |
Uploading coverage report fail (pretty often) and it seems to be a known problem (for example)
This cause the badge coverage to be wrong (it has only the python API section without the manualy created c++ report)
Two possible solutions that I can think of:
Thoughts? comments?
The text was updated successfully, but these errors were encountered: