lemurheavy / coveralls-public

The public issue tracker for coveralls.io
http://coveralls.io
124 stars 7 forks source link

422 Client Error: Unprocessable Entity with Python 3.10 or lower #1744

Open roskakori opened 10 months ago

roskakori commented 10 months ago

Several of my builds started failing recently with the dreaded:

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

By looking at the logs I noticed that this seems to concern only Python 3.10 or lower. With Python 3.11, it works fine:

One such example workflow: https://github.com/roskakori/pygount/blob/master/.github/workflows/build.yml