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

Refactor: Use to_writer/from_reader across the codebase #3443

Merged
merged 1 commit into from
Dec 19, 2024

limit usage of serde_json across the codebase

32950d7
Select commit
Loading
Failed to load commit list.
Merged

Refactor: Use to_writer/from_reader across the codebase #3443

limit usage of serde_json across the codebase
32950d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 19, 2024 in 0s

86.38% (-0.05%) compared to f4f5187

View this Pull Request on Codecov

86.38% (-0.05%) compared to f4f5187

Details

Codecov Report

Attention: Patch coverage is 59.25926% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.38%. Comparing base (f4f5187) to head (32950d7).

Files with missing lines Patch % Lines
src/core/src/ffi/signature.rs 0.00% 4 Missing ⚠️
src/core/src/sketch/minhash.rs 71.42% 4 Missing ⚠️
src/core/src/signature.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #3443      +/-   ##
==========================================
- Coverage   86.42%   86.38%   -0.05%     
==========================================
  Files         137      137              
  Lines       16106    16125      +19     
  Branches     2219     2219              
==========================================
+ Hits        13920    13929       +9     
- Misses       1879     1889      +10     
  Partials      307      307              

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