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

remove unwanted unwrap + simplify lifetimes #15

Closed cboudereau closed 2 years ago

cboudereau commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #15 (6913a0d) into main (a3d6f5e) will decrease coverage by 0.18%. The diff coverage is 82.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   82.22%   82.04%   -0.19%     
==========================================
  Files          14       14              
  Lines        1176     1186      +10     
==========================================
+ Hits          967      973       +6     
- Misses        209      213       +4     
Impacted Files Coverage Δ
src/gcp/oauth2/token.rs 80.18% <ø> (ø)
src/gcp/sync/fs.rs 71.96% <78.94%> (-0.77%) :arrow_down:
src/gcp/sync/mod.rs 83.96% <88.88%> (-0.53%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3d6f5e...6913a0d. Read the comment docs.