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

Remove legacy columns #263

Merged
merged 4 commits into from
Sep 11, 2024

drop owner_id and owner_name signals

fafe4b5
Select commit
Loading
Failed to load commit list.
Merged

Remove legacy columns #263

drop owner_id and owner_name signals
fafe4b5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 0s

87.09% (+0.01%) compared to 48a0de5

View this Pull Request on Codecov

87.09% (+0.01%) compared to 48a0de5

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 6 lines in your changes missing coverage. Please review.

Project coverage is 87.09%. Comparing base (48a0de5) to head (fafe4b5).

Files with missing lines Patch % Lines
src/datachain/cli.py 25.00% 3 Missing ⚠️
src/datachain/listing.py 0.00% 0 Missing and 2 partials ⚠️
src/datachain/node.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
+ Coverage   87.07%   87.09%   +0.01%     
==========================================
  Files          92       92              
  Lines        9952     9925      -27     
  Branches     2037     2031       -6     
==========================================
- Hits         8666     8644      -22     
+ Misses        931      927       -4     
+ Partials      355      354       -1     

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