Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use continue-on-error for coveralls test #1147

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

samtygier-stfc
Copy link
Collaborator

@samtygier-stfc samtygier-stfc commented Sep 20, 2021

Work around coveralls outage

Currently getting

Submitting coverage to coveralls.io...
Could not submit coverage: 503 Server Error: Service Unavailable for url: https://coveralls.io/api/v1/jobs
Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/mantidimaging-dev/lib/python3.8/site-packages/coveralls/api.py", line 237, in wear
    response.raise_for_status()
  File "/usr/share/miniconda3/envs/mantidimaging-dev/lib/python3.8/site-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://coveralls.io/api/v1/jobs

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/mantidimaging-dev/lib/python3.8/site-packages/coveralls/cli.py", line 85, in main
    result = coverallz.wear()
  File "/usr/share/miniconda3/envs/mantidimaging-dev/lib/python3.8/site-packages/coveralls/api.py", line 240, in wear
    raise CoverallsException('Could not submit coverage: {}'.format(e))
coveralls.exception.CoverallsException: Could not submit coverage: 503 Server Error: Service Unavailable for url: https://coveralls.io/api/v1/jobs
Error: Process completed with exit code 1.

Work around coveralls outage
@samtygier-stfc samtygier-stfc merged commit 0555734 into main Sep 20, 2021
@samtygier-stfc samtygier-stfc deleted the allow-coveralls-failure branch September 20, 2021 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant