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

Implement Optimal String Alignment (OSA) Distance Algorithm #464

Merge branch 'master' into feature/string-similarity/OptimalStringAli…

c4e0e1a
Select commit
Loading
Failed to load commit list.
Merged

Implement Optimal String Alignment (OSA) Distance Algorithm #464

Merge branch 'master' into feature/string-similarity/OptimalStringAli…
c4e0e1a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2024 in 0s

95.04% (+0.10%) compared to 6b37d04

View this Pull Request on Codecov

95.04% (+0.10%) compared to 6b37d04

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.04%. Comparing base (6b37d04) to head (c4e0e1a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
+ Coverage   94.93%   95.04%   +0.10%     
==========================================
  Files         240      241       +1     
  Lines       10156    10213      +57     
  Branches     1441     1450       +9     
==========================================
+ Hits         9642     9707      +65     
+ Misses        395      389       -6     
+ Partials      119      117       -2     

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