Closed hachterberg closed 12 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9fe48c4
) 83.95% compared to head (3896952
) 83.95%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
XNATpy now allows the initially requests to time out to avoid the possibility of hanging indefinitely (see https://gitlab.com/radiology/infrastructure/xnatpy/-/commit/288df3149c8e88701d3375ae075e55d9bf2bc980). This can cause the exception raised by XNATpy when the connection cannot be made to change and trigger the exception breaking xnat4tests here. By adding the extra exception to be caught everything works fine again.