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(python, rust): use require files #2809

Merged
merged 2 commits into from
Sep 12, 2024

feat: raise if files not loaded

116f785
Select commit
Loading
Failed to load commit list.
Merged

fix(python, rust): use require files #2809

feat: raise if files not loaded
116f785
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2024 in 0s

72.62% (-0.04%) compared to 507b50e

View this Pull Request on Codecov

72.62% (-0.04%) compared to 507b50e

Details

Codecov Report

Attention: Patch coverage is 55.55556% with 24 lines in your changes missing coverage. Please review.

Project coverage is 72.62%. Comparing base (507b50e) to head (116f785).

Files with missing lines Patch % Lines
python/src/lib.rs 0.00% 12 Missing ⚠️
crates/core/src/operations/constraints.rs 40.00% 3 Missing ⚠️
crates/core/src/kernel/snapshot/mod.rs 81.81% 1 Missing and 1 partial ⚠️
crates/core/src/operations/delete.rs 75.00% 1 Missing ⚠️
crates/core/src/operations/load.rs 66.66% 1 Missing ⚠️
crates/core/src/operations/merge/mod.rs 75.00% 1 Missing ⚠️
crates/core/src/operations/optimize.rs 66.66% 1 Missing ⚠️
crates/core/src/operations/update.rs 66.66% 1 Missing ⚠️
crates/core/src/operations/vacuum.rs 66.66% 1 Missing ⚠️
crates/core/src/operations/write.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2809      +/-   ##
==========================================
- Coverage   72.66%   72.62%   -0.04%     
==========================================
  Files         131      131              
  Lines       39962    40015      +53     
  Branches    39962    40015      +53     
==========================================
+ Hits        29038    29062      +24     
- Misses       9065     9088      +23     
- Partials     1859     1865       +6     

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