cboudereau / gcs-rsync

Lightweight Google Cloud Storage sync Rust Client with better performance than gsutil rsync
https://docs.rs/gcs-rsync/
MIT License
13 stars 8 forks source link

feat: add better error over reqwest #33

Closed cboudereau closed 7 months ago

cboudereau commented 7 months ago

Add better context on http reqwest errors

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 94.11765% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.23%. Comparing base (0a914ae) to head (f87367a).

Files Patch % Lines
src/gcp/storage/client.rs 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== - Coverage 89.23% 89.23% -0.01% ========================================== Files 16 16 Lines 2396 2405 +9 ========================================== + Hits 2138 2146 +8 - Misses 258 259 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.