Closed LanderOtto closed 1 month ago
Attention: Patch coverage is 66.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 69.94%. Comparing base (
ad777bc
) to head (c258e26
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
streamflow/data/remotepath.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This commit fixes the
follow_symlink
function. Before this commit, when the path did not exist, the local case returnedNone
, while the remote case returned an empty string.Moreover, this commit fixes the
get_mount_point
function, since it internally calls thefollow_symlink
. After this commit, the ad-hoc fix for thefollow_symlink
is not needed anymore.