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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.