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

fix(huggingface): wrap HfFileSystem to an async filesystem #957

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

ci: run llm_and_nlp test only on a single job

0c98175
Select commit
Loading
Failed to load commit list.
Open

fix(huggingface): wrap HfFileSystem to an async filesystem #957

ci: run llm_and_nlp test only on a single job
0c98175
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2025 in 1s

87.68% (+0.01%) compared to 1795389

View this Pull Request on Codecov

87.68% (+0.01%) compared to 1795389

Details

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.68%. Comparing base (1795389) to head (0c98175).

Files with missing lines Patch % Lines
src/datachain/client/hf.py 77.77% 2 Missing ⚠️
src/datachain/client/fsspec.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #957      +/-   ##
==========================================
+ Coverage   87.66%   87.68%   +0.01%     
==========================================
  Files         131      131              
  Lines       11903    11904       +1     
  Branches     1623     1622       -1     
==========================================
+ Hits        10435    10438       +3     
+ Misses       1058     1057       -1     
+ Partials      410      409       -1     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.