-
Notifications
You must be signed in to change notification settings - Fork 739
Fix cp from readonly source #870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
=========================================
+ Coverage 95.8% 95.8% +<.01%
=========================================
Files 34 34
Lines 1262 1263 +1
=========================================
+ Hits 1209 1210 +1
Misses 53 53
Continue to review full report at Codecov.
|
@freitagbr ready for review. Please review commit-by-commit (My commits are separate from the original PR's commits). The original PR essentially had my LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a redo of PR #555.
This rebases, cleans up a test, and fixes a bug (the original PR uses
fs.chown()
instead offs.chownSync()
).Fixes #98