- Notifications
You must be signed in to change notification settings - Fork744
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedJul 4, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
|
nfischer commentedJul 4, 2018
@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. |
freitagbr left a comment
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