datalad / datalad-fuse

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

Support importing when FUSE is not installed #91

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #89.

codecov[bot] commented 1 year ago

Codecov Report

Base: 71.51% // Head: 90.94% // Increases project coverage by +19.42% :tada:

Coverage data is based on head (0d58def) compared to base (61fcd32). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## =========================================== + Coverage 71.51% 90.94% +19.42% =========================================== Files 11 10 -1 Lines 839 585 -254 =========================================== - Hits 600 532 -68 + Misses 239 53 -186 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-fuse/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [datalad\_fuse/\_\_init\_\_.py](https://codecov.io/gh/datalad/datalad-fuse/pull/91/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9mdXNlL19faW5pdF9fLnB5) | `70.37% <0.00%> (-7.41%)` | :arrow_down: | | [datalad\_fuse/fuse\_.py](https://codecov.io/gh/datalad/datalad-fuse/pull/91/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9mdXNlL2Z1c2VfLnB5) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

jwodder commented 1 year ago

@yarikoptic Ping.

yarikoptic commented 1 year ago

and it is green now(not sure what codecov is whining about) -- thanks!

yarikoptic commented 1 year ago

Thank you!