Closed niccokunzmann closed 5 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/icalendar/timezone/zoneinfo.py | 2 | 94.67% | ||
src/icalendar/tests/test_cli_tool.py | 2 | 88.0% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 9598258374: | 0.0% |
Covered Lines: | 3087 |
Relevant Lines: | 3175 |
Totals | |
---|---|
Change from base Build 9598258374: | 0.0% |
Covered Lines: | 3087 |
Relevant Lines: | 3175 |
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 9598258374: | -97.2% |
Covered Lines: | 0 |
Relevant Lines: | 0 |
The coverage report is failing.
Submitting coverage to coveralls.io...
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 "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/coveralls/api.py", line 298, in submit_report
response.raise_for_status()
File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/requests/models.py", line 1024, 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 "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/coveralls/cli.py", line 98, in main
result = coverallz.wear()
Received 422 submitting job via Github Actions. By default, coveralls-python uses the "github" service name, which requires you to set the $GITHUB_TOKEN environment variable. If you want to use a COVERALLS_REPO_TOKEN instead, please manually override $COVERALLS_SERVICE_NAME to "github-actions". For more info, see https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/coveralls/api.py", line 275, in wear
return self.submit_report(json_string)
File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/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
The coverage token is of the organization. I am not sure what to do with it.
We switched to
main
, see #627.