Skip to content

Conversation

@borgholt
Copy link
Collaborator

Description

  • C++ implementation of beam search and edit distance
  • Refactorization to more functional interface
  • Fixed lexicon path bug

@borgholt borgholt added the patch label Dec 10, 2025
@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

❌ Patch coverage is 92.10526% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.38%. Comparing base (4de4067) to head (adb3f61).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/error_align/beam_search.py 92.93% 4 Missing and 9 partials ⚠️
src/error_align/path_to_alignment.py 84.21% 4 Missing and 2 partials ⚠️
src/error_align/error_align.py 94.02% 1 Missing and 3 partials ⚠️
src/error_align/utils.py 85.71% 1 Missing and 3 partials ⚠️
src/error_align/core.py 76.92% 3 Missing ⚠️
src/error_align/backtrace_graph.py 92.59% 0 Missing and 2 partials ⚠️
src/error_align/graph_metadata.py 98.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   94.89%   93.38%   -1.51%     
==========================================
  Files           6        9       +3     
  Lines         548      635      +87     
  Branches       90      102      +12     
==========================================
+ Hits          520      593      +73     
- Misses         10       15       +5     
- Partials       18       27       +9     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@borgholt borgholt self-assigned this Dec 10, 2025
@borgholt borgholt merged commit 0f27505 into main Dec 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants