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

fix: some uploads had no file name inside request #33

Closed pacoorozco closed 5 years ago

pacoorozco commented 5 years ago

What issue type does this pull request address? bug

What is this pull request for? Which issues does it resolve? resolves #32, gphotosuploader/gphotos-uploader-cli#158

codecov-io commented 5 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.23%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   31.95%   32.19%   +0.23%     
==========================================
  Files           8        8              
  Lines         291      292       +1     
==========================================
+ Hits           93       94       +1     
  Misses        193      193              
  Partials        5        5
Impacted Files Coverage Δ
lib-gphotos/internal/uploader/requests.go 76.47% <100%> (+0.71%) :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 c861f71...20040fe. Read the comment docs.