otiai10 / copy

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

fix: symlink deep copy with relative path #98

Closed samuel-phan closed 8 months ago

samuel-phan commented 1 year ago

fix #97

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3969df7) 79.19% compared to head (39c8e6a) 78.68%.

:exclamation: Current head 39c8e6a differs from pull request most recent head be46744. Consider uploading reports for the commit be46744 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ========================================== - Coverage 79.19% 78.68% -0.51% ========================================== Files 8 9 +1 Lines 322 183 -139 ========================================== - Hits 255 144 -111 + Misses 43 19 -24 + Partials 24 20 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

samuel-phan commented 1 year ago

@otiai10 Any update to merge this fix please?

otiai10 commented 8 months ago

LGTM

otiai10 commented 8 months ago

need to be rebased

samuel-phan commented 8 months ago

need to be rebased

Done. Thanks!