Closed andydunstall closed 1 year ago
Patch coverage has no change and project coverage change: +0.07%
:tada:
Comparison is base (
220c258
) 76.21% compared to head (4ddba49
) 76.28%.
: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.
When opening a read file, pass ownership of the HTTP client to the read file - this matches the behaviour of
OpenWriteFile
Can refactor more later to make this a bit cleaner, though adding for now to get loading snapshots from S3 working (otherwise the bucket must not be destructed before the file which is messy to implement when the 'S3' file is used as a generic interface)