Attempt to remove workaround for coveralls #171
Draft
Cirrus CI / test (Linux - 3.9)
failed
May 7, 2024 in 1m 24s
Task Summary
Instruction submit_coverage failed in 00:09
Details
✅ 00:00 clone
✅ 00:13 install
✅ 00:01 debug_coveralls
✅ 00:01 debug_information
✅ 00:01 prepare
✅ 00:04 pip
✅ 00:01 pre_commit
✅ 00:01 dist
✅ 00:02 test_files
✅ 00:45 test
❌ 00:09 submit_coverage
pipx run coverage xml -o coverage.xml
creating virtual environment...
creating shared libraries...
upgrading shared libraries...
installing coverage...
Wrote XML report to coverage.xml
pipx run coveralls --submit coverage.xml
creating virtual environment...
installing coveralls...
Error running coveralls: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
Traceback (most recent call last):
File "/root/.cache/pipx/4af73f495a6a0cc/lib/python3.9/site-packages/coveralls/api.py", line 298, in submit_report
response.raise_for_status()
File "/root/.cache/pipx/4af73f495a6a0cc/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/root/.cache/pipx/4af73f495a6a0cc/lib/python3.9/site-packages/coveralls/cli.py", line 88, in main
coverallz.submit_report(report_file.read())
File "/root/.cache/pipx/4af73f495a6a0cc/lib/python3.9/site-packages/coveralls/api.py", line 301, in submit_report
raise CoverallsException(
coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
Loading