-
Notifications
You must be signed in to change notification settings - Fork 8
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
Handle server unavailability better #25
base: master
Are you sure you want to change the base?
Conversation
This prevents xml parsing errors when the server is not avialable. In a follow-up patch we will throw a 'server unavailable' error to better communicate the issue.
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
============================================
- Coverage 14.02% 13.46% -0.56%
- Complexity 137 144 +7
============================================
Files 17 17
Lines 699 728 +29
============================================
Hits 98 98
- Misses 601 630 +29
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
============================================
- Coverage 14.02% 13.46% -0.56%
- Complexity 137 144 +7
============================================
Files 17 17
Lines 699 728 +29
============================================
Hits 98 98
- Misses 601 630 +29
Continue to review full report at Codecov.
|
Hi Ashod, sorry for the long delay.
Best regards |
This prevents xml parsing errors when the server
is not avialable. In a follow-up patch we will
throw a 'server unavailable' error to better
communicate the issue.