int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
220 stars 22 forks source link

Feature: upload progress bar #43

Open ywx217 opened 4 years ago

ywx217 commented 4 years ago

Enable progress bar for file & HTTP uploading

codecov-io commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.08%. The diff coverage is 40.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   31.21%   31.12%   -0.09%     
==========================================
  Files           8        8              
  Lines         346      363      +17     
==========================================
+ Hits          108      113       +5     
- Misses        232      243      +11     
- Partials        6        7       +1
Impacted Files Coverage Δ
cli/http.go 3.57% <ø> (ø) :arrow_up:
cli/cli.go 0% <ø> (ø) :arrow_up:
photos/add.go 67.01% <0%> (-1.42%) :arrow_down:
photos/types.go 0% <0%> (ø) :arrow_up:
cli/upload.go 38.35% <33.33%> (-1.65%) :arrow_down:
photos/media_items.go 58.06% <63.63%> (-4.44%) :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 be30e72...9f05da4. Read the comment docs.