Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async filesystem implementation #283

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

feat: Add naive async filesystem implementation

6e6c4e6
Select commit
Loading
Failed to load commit list.
Draft

Async filesystem implementation #283

feat: Add naive async filesystem implementation
6e6c4e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 5, 2024 in 0s

87.91% (-6.09%) compared to 361dbfc

View this Pull Request on Codecov

87.91% (-6.09%) compared to 361dbfc

Details

Codecov Report

Attention: Patch coverage is 30.00000% with 28 lines in your changes missing coverage. Please review.

Project coverage is 87.91%. Comparing base (361dbfc) to head (6e6c4e6).

Files Patch % Lines
src/lakefs_spec/asyn/spec.py 0.00% 26 Missing ⚠️
src/lakefs_spec/asyn/__init__.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
- Coverage   93.99%   87.91%   -6.09%     
==========================================
  Files           5        7       +2     
  Lines         383      422      +39     
  Branches       72       73       +1     
==========================================
+ Hits          360      371      +11     
- Misses         14       42      +28     
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.