icecube / flarestack

Unbinned likelihood analysis code for astroparticle physics datasets
https://flarestack.readthedocs.io/en/latest/?badge=latest
MIT License
8 stars 6 forks source link

`coveralls` submission error #348

Closed JannisNe closed 4 months ago

JannisNe commented 4 months ago

When CI jobs are running they sometimes fail with

coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs

Look at this CI job for example.

Not related directly to flarestack but should be fixed.

To Reproduce Not sure as it seems random which of the python versions fail.

Expected behavior All works fine.

Additional context Asked for support directly at coveralls.

JannisNe commented 4 months ago

The official coveralls support has answered with a lot of detail. I think we should switch to the official integration action: https://github.com/marketplace/actions/coveralls-github-action

robertdstein commented 4 months ago

Sounds like a good idea!