otiai10 / copy

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

Feature/optional temporary perm change #70

Closed otiai10 closed 2 years ago

otiai10 commented 2 years ago

Fix #69

codecov-commenter commented 2 years ago

Codecov Report

Merging #70 (9582fb6) into main (323db16) will increase coverage by 0.86%. The diff coverage is 81.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   78.34%   79.21%   +0.86%     
==========================================
  Files          12       13       +1     
  Lines         157      178      +21     
==========================================
+ Hits          123      141      +18     
- Misses         18       19       +1     
- Partials       16       18       +2     
Impacted Files Coverage Δ
options.go 100.00% <ø> (ø)
permission_control.go 78.57% <78.57%> (ø)
copy.go 79.13% <84.61%> (+1.35%) :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 323db16...9582fb6. Read the comment docs.

otiai10 commented 2 years ago

@andrew-farries Can you please give me some feedback on this PR?