| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes: nodejs#59636 Signed-off-by: Kirill Saied <sayed.kirill@gmail.com>
Codecov Report❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64353 +/- ##
==========================================
- Coverage 92.01% 90.24% -1.77%
==========================================
Files 379 741 +362
Lines 166972 240984 +74012
Branches 25554 45398 +19844
==========================================
+ Hits 153639 217476 +63837
- Misses 13041 15069 +2028
- Partials 292 8439 +8147
... and 545 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fs: fix cp symlink and EEXIST handling on Windows
On Windows, fs.cp/fs.cpSync had two bugs:
Re-enables 2 tests that were skipped for this issue.
Fixes: #59636