-
Notifications
You must be signed in to change notification settings - Fork 74
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
Coveralls stopped working with no code changes in project #207
Comments
Maybe the same problem as #205 ? The confusing thing to me though is that both the pass and fail used 0.6.10 it looks like. |
Double checked with
|
Something must have changed in the container we use. I changed our job to upload artifacts including the coverage file and I see it it's missing data. Sorry for the noise! |
Hi @superm1. No worries. Based on that error from our API, it means our integration (Coverage Reporter) sees a file, If the format you're using is one of the formats we support, then this can be fixed by using the For instance, given you're in python, if you've converted your Using |
Recently fwupd CI started to break on any jobs that upload to coveralls.
We're using 3dfc556 and here is the failure in CI logs.
Here is an example failure: https://github.com/fwupd/fwupd/actions/runs/8877359982/job/24370866636?pr=7179
Here is one that passed (again no changes on our side for coveralls).
Example: https://github.com/fwupd/fwupd/actions/runs/8868338229/job/24347822383
CC @hughsie
The text was updated successfully, but these errors were encountered: