fsspec / ossfs

fsspec filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)
Apache License 2.0
21 stars 11 forks source link

Implement `find` related operations in the `AioOSSFileSystem` #108

Closed karajan1001 closed 1 year ago

karajan1001 commented 1 year ago

fix: #101

  1. Add async version of find methods for the AioOSSFileSystem
  2. Add async tests for du, glob and find.
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 82.35% and project coverage change: -0.07 :warning:

Comparison is base (657d7db) 92.31% compared to head (2202a24) 92.24%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #108 +/- ## ========================================== - Coverage 92.31% 92.24% -0.07% ========================================== Files 13 13 Lines 1522 1548 +26 Branches 275 288 +13 ========================================== + Hits 1405 1428 +23 - Misses 79 81 +2 - Partials 38 39 +1 ``` | [Impacted Files](https://codecov.io/gh/fsspec/ossfs/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/ossfs/base.py](https://codecov.io/gh/fsspec/ossfs/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2Jhc2UucHk=) | `89.61% <50.00%> (-4.60%)` | :arrow_down: | | [src/ossfs/async\_oss.py](https://codecov.io/gh/fsspec/ossfs/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2FzeW5jX29zcy5weQ==) | `76.96% <87.50%> (+0.89%)` | :arrow_up: | | [src/ossfs/core.py](https://codecov.io/gh/fsspec/ossfs/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2NvcmUucHk=) | `83.46% <100.00%> (+0.65%)` | :arrow_up: | | [tests/test\_object.py](https://codecov.io/gh/fsspec/ossfs/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvdGVzdF9vYmplY3QucHk=) | `99.48% <100.00%> (+0.26%)` | :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=None). 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=None)

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