gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

Remove retries for Google Photos quota exceed #60

Closed pacoorozco closed 3 years ago

pacoorozco commented 3 years ago

What issue type does this pull request address? (keep at least one, remove the others)
/kind feature

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves gphotosuploader/gphotos-uploader-cli#290 resolves gphotosuploader/gphotos-uploader-cli#248

Does this pull request has user-facing changes? (e.g. config changes, new/modified commands, new/modified flags)
No

Does this pull request add new dependencies?
No

What else do we need to know?

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (f124aa3) into main (884db1d) will decrease coverage by 3.85%. The diff coverage is 4.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
- Coverage   80.51%   76.65%   -3.86%     
==========================================
  Files          11       12       +1     
  Lines         431      454      +23     
==========================================
+ Hits          347      348       +1     
- Misses         60       82      +22     
  Partials       24       24              
Impacted Files Coverage Δ
retry.go 0.00% <0.00%> (ø)
client.go 64.28% <100.00%> (+0.64%) :arrow_up:

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 884db1d...1b196a3. Read the comment docs.