Attempt to remove workaround for coveralls #171
Draft
Cirrus CI / test (Windows - 3.9.13)
failed
May 7, 2024 in 3m 48s
Task Summary
Instruction submit_coverage failed in 00:21
Details
✅ 00:00 clone
✅ 01:23 install
✅ 00:01 debug_information
✅ 00:01 prepare
✅ 00:02 pip
✅ 00:01 pre_commit
✅ 00:01 dist
✅ 00:01 test_files
✅ 01:50 test
❌ 00:21 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 "C:\Users\ContainerAdministrator\pipx\.cache\e387caf9da6d339\lib\site-packages\coveralls\api.py", line 298, in submit_report
response.raise_for_status()
File "C:\Users\ContainerAdministrator\pipx\.cache\e387caf9da6d339\lib\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 "C:\Users\ContainerAdministrator\pipx\.cache\e387caf9da6d339\lib\site-packages\coveralls\cli.py", line 88, in main
coverallz.submit_report(report_file.read())
File "C:\Users\ContainerAdministrator\pipx\.cache\e387caf9da6d339\lib\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