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

generate import handling #426

Merged
merged 3 commits into from
Jan 16, 2025
Merged

generate import handling #426

merged 3 commits into from
Jan 16, 2025

Conversation

maxbachmann
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 46.97286% with 254 lines in your changes missing coverage. Please review.

Project coverage is 78.90%. Comparing base (630d4c2) to head (4626ec4).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/rapidfuzz/distance/DamerauLevenshtein.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Hamming.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Indel.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Jaro.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/JaroWinkler.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/LCSseq.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Levenshtein.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/OSA.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Postfix.py 44.11% 19 Missing ⚠️
src/rapidfuzz/distance/Prefix.py 44.11% 19 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #426      +/-   ##
==========================================
- Coverage   82.88%   78.90%   -3.99%     
==========================================
  Files          46       45       -1     
  Lines        4500     4769     +269     
==========================================
+ Hits         3730     3763      +33     
- Misses        770     1006     +236     
Flag Coverage Δ
unittests 78.90% <46.97%> (-3.99%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@maxbachmann maxbachmann merged commit 310357b into main Jan 16, 2025
40 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant