qingstor / qsctl

Advanced command line tool for QingStor Object Storage.
Apache License 2.0
24 stars 13 forks source link

cmd/progress: Fix progress panic with negative WaitGroup counter #296

Closed Prnyself closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #296 into master will decrease coverage by 0.00%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
- Coverage   48.79%   48.78%   -0.01%     
==========================================
  Files          21       21              
  Lines        1035     1033       -2     
==========================================
- Hits          505      504       -1     
+ Misses        526      525       -1     
  Partials        4        4              
Impacted Files Coverage Δ
cmd/qsctl/cp.go 32.25% <0.00%> (ø)
cmd/qsctl/mv.go 13.04% <0.00%> (ø)
cmd/qsctl/sync.go 22.44% <0.00%> (ø)
cmd/qsctl/taskutils/progress.go 81.81% <100.00%> (+0.56%) :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 6623fa5...7de1631. Read the comment docs.