Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes path canonicalization issues by preserving symlinks and trailing slashes when resolving destination paths. The changes simplify the path handling logic and remove redundant backup confirmation messages.
- Refactored path resolution to use the resolved path directly without canonicalization, preserving symlinks
- Added logic to preserve trailing slashes from the original path when applicable
- Removed duplicate "Backed up" print statements during backup operations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📊 Coverage ReportOverall Coverage: Full coverage report available in Codecov Coverage DetailsThe coverage report has been generated and uploaded to Codecov.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
- Coverage 94.85% 94.84% -0.01%
==========================================
Files 6 6
Lines 1088 1086 -2
==========================================
- Hits 1032 1030 -2
Misses 56 56
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
No description provided.