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

MRG: add skipmer capacity to sourmash python layer via ffi #3446

Merged
merged 32 commits into from
Dec 20, 2024

rustfmt

017280a
Select commit
Loading
Failed to load commit list.
Merged

MRG: add skipmer capacity to sourmash python layer via ffi #3446

rustfmt
017280a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 20, 2024 in 1s

86.26% (-0.11%) compared to 419eb73

View this Pull Request on Codecov

86.26% (-0.11%) compared to 419eb73

Details

Codecov Report

Attention: Patch coverage is 47.22222% with 19 lines in your changes missing coverage. Please review.

Project coverage is 86.26%. Comparing base (419eb73) to head (017280a).

Files with missing lines Patch % Lines
src/sourmash/minhash.py 52.94% 4 Missing and 4 partials ⚠️
src/sourmash/sourmash_args.py 0.00% 2 Missing and 3 partials ⚠️
src/core/src/ffi/minhash.rs 0.00% 2 Missing ⚠️
src/core/src/ffi/mod.rs 0.00% 2 Missing ⚠️
src/core/src/sketch/minhash.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #3446      +/-   ##
==========================================
- Coverage   86.37%   86.26%   -0.11%     
==========================================
  Files         137      137              
  Lines       16196    16226      +30     
  Branches     2219     2225       +6     
==========================================
+ Hits        13989    13998       +9     
- Misses       1900     1915      +15     
- Partials      307      313       +6     

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