Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
+ Coverage 41.72% 43.02% +1.29%
==========================================
Files 26 26
Lines 3276 3312 +36
==========================================
+ Hits 1367 1425 +58
+ Misses 1909 1887 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
058e494 to
3a4f5d0
Compare
Schamper
left a comment
There was a problem hiding this comment.
My output also sometimes has mixed drive letter capitalization, notably for the PowerShell history and Startup LNK files. Ideally we normalize that too.
3a4f5d0 to
a550d6f
Compare
That is the same issue as generic path name uniformization. So see my comment about that. |
74998ba to
e377333
Compare
e377333 to
d0b5a0c
Compare
When paths contain intermediate symlinks, these intermediate symlinks are collected instead of collecting the unresolved path as is. De-duplication between sysvol and it's equivalent drive letter path is done properly. Collecting of special files (e.g. MFT, Recyclebin etc.) is properly abstracted. (DIS-1222)
d0b5a0c to
3e2526c
Compare
When paths contain intermediate symlinks, these intermediate symlinks are collected instead of collecting the unresolved path as is. De-duplication between sysvol and it's equivalent drive letter path is done properly.
Collecting of special files (e.g. MFT, Recyclebin etc.) is properly abstracted.
(DIS-1222)