Closed adiroiban closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.09%. Comparing base (
d4a3dfc
) to head (83b4235
). Report is 1 commits behind head on master.
@dumol more if a FYI. I have merged all the tests in a single workflow, to make it easier to view the status.
I am merging this PR without a review. You can check this PR once you are back.
Scope
Fixes #203
There is wrong path resolution for Windows Share long paths.
It should be
\\?\UNC\server-name
... instead of\\?\server-name
Changes
Update implementation and tests
How to try and test the changes
reviewers: @dumol
How the changes can be tested and verified by team members. How to run manual tests.