datalad / datalad-fuse

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

Retry HTTP 5xx errors #96

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #93.

codecov[bot] commented 1 year ago

Codecov Report

Base: 90.97% // Head: 90.93% // Decreases project coverage by -0.04% :warning:

Coverage data is based on head (6bd1cac) compared to base (e2e4fc9). Patch coverage: 91.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #96 +/- ## ========================================== - Coverage 90.97% 90.93% -0.04% ========================================== Files 10 10 Lines 587 596 +9 ========================================== + Hits 534 542 +8 - Misses 53 54 +1 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-fuse/pull/96?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/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9mdXNlL2Zzc3BlYy5weQ==) | `83.62% <91.66%> (+0.29%)` | :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.

yarikoptic commented 1 year ago

looks great to me, thanks! Unfortunately 1 simple import conflict came up. can't resolve on github interface. Please resolve to your liking.

jwodder commented 1 year ago

@yarikoptic Rebased.