| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 83.33333% with 2 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64868 +/- ##
==========================================
+ Coverage 90.14% 90.17% +0.02%
==========================================
Files 746 746
Lines 242763 242763
Branches 45761 45765 +4
==========================================
+ Hits 218848 218901 +53
+ Misses 15402 15346 -56
- Partials 8513 8516 +3
... and 36 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Please add a test case
Sorry, something went wrong.
Use ConvertPathToUTF8() instead of path::string() when passing filesystem paths to Node and libuv interfaces. This prevents paths containing characters outside the active Windows code page from being corrupted or rejected. Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
There was a problem hiding this comment.
Thanks for the ping. LGTM. I've triggered the CI, to verify the changes and the test you added.
Sorry, something went wrong.
Sorry, something went wrong.
Use ConvertPathToUTF8() instead of path::string() when passing filesystem paths to Node and libuv interfaces. This prevents paths containing characters outside the active Windows code page from being corrupted or rejected. Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com> PR-URL: #64868 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
| Back | FazBrowse Home | New Git URL |
Use ConvertPathToUTF8() instead of path::string() when passing filesystem paths to Node and libuv interfaces. This prevents paths containing characters outside the active Windows code page from being corrupted or rejected.