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

Add delete function and more tests #27

Merged
merged 15 commits into from
Oct 3, 2024

minor clean up

35db878
Select commit
Loading
Failed to load commit list.
Merged

Add delete function and more tests #27

minor clean up
35db878
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 2, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 75.40323% with 61 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@90c6d70). Learn more about missing BASE report.

Files with missing lines Patch % Lines
tests/distance.rs 78.50% 5 Missing and 18 partials ⚠️
src/lib.rs 50.00% 13 Missing and 4 partials ⚠️
src/multisketch.rs 74.35% 5 Missing and 5 partials ⚠️
src/cli.rs 58.33% 5 Missing ⚠️
src/sketch_datafile.rs 73.33% 1 Missing and 3 partials ⚠️
tests/delete.rs 93.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage        ?   35.45%           
=======================================
  Files           ?       19           
  Lines           ?     3503           
  Branches        ?      654           
=======================================
  Hits            ?     1242           
  Misses          ?     1990           
  Partials        ?      271           

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