Open roskakori opened 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
Several of my builds started failing recently with the dreaded:
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