datalad / datalad-fuse

DataLad extension to provide FUSE file system access
Other
1 stars 4 forks source link

Add `--caching` option (off by default) #104

Closed jwodder closed 6 months ago

jwodder commented 6 months ago

Closes #103.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (fca996a) 90.93% compared to head (ced4a78) 90.72%.

Files Patch % Lines
datalad_fuse/fsspec.py 70.00% 3 Missing :warning:
datalad_fuse/fsspec_cache_clear.py 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #104 +/- ## ========================================== - Coverage 90.93% 90.72% -0.22% ========================================== Files 10 10 Lines 596 604 +8 ========================================== + Hits 542 548 +6 - Misses 54 56 +2 ```

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

yarikoptic commented 6 months ago

Great, thank you! could you please

jwodder commented 6 months ago

@yarikoptic Done.