Closed GlassOfWhiskey closed 4 days ago
Attention: Patch coverage is 87.50000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 71.05%. Comparing base (
6db241d
) to head (2f91fce
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This commit refactors the
DataManager
to simplify the logic. In detail, it propagates the symbolic link logic directly to theConnector
hierarchy instead of handling it explicitly in theDataManager
level. In addition, it fixes same connector data movements to apply symbolic links when the file is read only.