ArcanaFramework / fileformats

a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
3 stars 0 forks source link

FS mount identification #59

Closed tclose closed 5 months ago

tclose commented 5 months ago

Adding in FS mount identification to avoid attempting to link across logical volumes. Borrowed from implementation in Pydra

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 83.05785% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 93.13%. Comparing base (37a45d2) to head (084ff3e).

Files Patch % Lines
fileformats/core/identification.py 78.09% 15 Missing and 8 partials :warning:
fileformats/core/sampling.py 76.78% 8 Missing and 5 partials :warning:
fileformats/core/fileset.py 86.36% 1 Missing and 2 partials :warning:
fileformats/core/fs_mount_identifier.py 96.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ========================================== + Coverage 93.08% 93.13% +0.04% ========================================== Files 37 40 +3 Lines 4732 4805 +73 Branches 514 535 +21 ========================================== + Hits 4405 4475 +70 - Misses 241 242 +1 - Partials 86 88 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.