vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.31k stars 123 forks source link

remove duplication of clear codes for win and posix, write all at once #12

Closed lanwen closed 6 years ago

lanwen commented 6 years ago

same as in https://github.com/gosuri/uilive/pull/13 reasons

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   80.37%   80.37%           
=======================================
  Files           6        6           
  Lines         484      484           
=======================================
  Hits          389      389           
  Misses         87       87           
  Partials        8        8

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 66a6aa6...c4a5fae. Read the comment docs.

vbauerster commented 6 years ago

Thanks!