Closed pyrco closed 7 months ago
Attention: Patch coverage is 63.43284%
with 98 lines
in your changes are missing coverage. Please review.
Project coverage is 43.02%. Comparing base (
36ab928
) to head (3e2526c
).
Files | Patch % | Lines |
---|---|---|
acquire/acquire.py | 14.49% | 59 Missing :warning: |
acquire/collector.py | 79.03% | 39 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
My output also sometimes has mixed drive letter capitalization, notably for the PowerShell history and Startup LNK files. Ideally we normalize that too.
That is the same issue as generic path name uniformization. So see my comment about that.
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)