datalad / datalad-fuse

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

Basic type-checking #95

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #94.

jwodder commented 1 year ago

Tests are currently failing because the Ubuntu APT mirror that the GitHub Actions environments use appears to be down.

codecov[bot] commented 1 year ago

Codecov Report

Base: 90.94% // Head: 90.97% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (e95da5d) compared to base (56c2455). Patch coverage: 88.88% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #95 +/- ## ========================================== + Coverage 90.94% 90.97% +0.03% ========================================== Files 10 10 Lines 585 587 +2 ========================================== + Hits 532 534 +2 Misses 53 53 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-fuse/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [datalad\_fuse/fsspec.py](https://codecov.io/gh/datalad/datalad-fuse/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9mdXNlL2Zzc3BlYy5weQ==) | `83.33% <88.88%> (+0.20%)` | :arrow_up: | 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

Tests are passing now.

yarikoptic commented 1 year ago

Thank you! Let's start with this.