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

Change google api lib #42

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 enhancement

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
Implement tests and change albums libray

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (319ebc2) into master (5d8cf38) will decrease coverage by 26.77%. The diff coverage is 32.30%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #42       +/-   ##
===========================================
- Coverage   59.05%   32.27%   -26.78%     
===========================================
  Files          13        9        -4     
  Lines         381      316       -65     
===========================================
- Hits          225      102      -123     
- Misses        145      212       +67     
+ Partials       11        2        -9     
Impacted Files Coverage Δ
albums/cached_service.go 0.00% <0.00%> (ø)
media_items/photoslibray_repository.go 0.00% <0.00%> (ø)
uploader/options.go 100.00% <ø> (ø)
uploader/resumable.go 14.89% <0.00%> (ø)
client.go 31.57% <26.66%> (-57.90%) :arrow_down:
albums/cachita.go 66.66% <66.66%> (ø)
albums/duffpl_repository.go 89.47% <89.47%> (ø)
media_items/service.go 100.00% <100.00%> (ø)
uploader/fileuploaditem.go 87.50% <100.00%> (ø)
... and 4 more

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 5d8cf38...39ec7c4. Read the comment docs.