otiai10 / copy

Go copy directory recursively
https://pkg.go.dev/github.com/otiai10/copy
MIT License
723 stars 115 forks source link

Allow specifying bufsize for file copy #61

Closed otiai10 closed 3 years ago

otiai10 commented 3 years ago

CC and thanks to @guenhter Close #60

codecov-commenter commented 3 years ago

Codecov Report

Merging #61 (15e6c23) into main (f3bbcbb) will increase coverage by 0.54%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   84.55%   85.10%   +0.54%     
==========================================
  Files          10       10              
  Lines         136      141       +5     
==========================================
+ Hits          115      120       +5     
  Misses         11       11              
  Partials       10       10              
Impacted Files Coverage Δ
options.go 100.00% <ø> (ø)
copy.go 84.00% <77.77%> (+0.84%) :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 f3bbcbb...15e6c23. Read the comment docs.

guenhter commented 3 years ago

I'm really excited to get this. Hopefully you will find the time to merge this soon.