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

Added isnone() function #801

Merged
merged 20 commits into from
Jan 20, 2025

Merge branch 'main' into ilongin/800-isnone-function

e433f48
Select commit
Loading
Failed to load commit list.
Merged

Added isnone() function #801

Merge branch 'main' into ilongin/800-isnone-function
e433f48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 1s

86.82% (-0.63%) compared to d648134

View this Pull Request on Codecov

86.82% (-0.63%) compared to d648134

Details

Codecov Report

Attention: Patch coverage is 93.54839% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.82%. Comparing base (d648134) to head (e433f48).

Files with missing lines Patch % Lines
src/datachain/func/func.py 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #801      +/-   ##
==========================================
- Coverage   87.45%   86.82%   -0.63%     
==========================================
  Files         128      128              
  Lines       11408    11412       +4     
  Branches     1553     1557       +4     
==========================================
- Hits         9977     9909      -68     
- Misses       1041     1096      +55     
- Partials      390      407      +17     

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