Skip to content

Updated codecov.yml to not block PRs

adb3f61
Select commit
Loading
Failed to load commit list.
Merged

C++ beam search and edit distance #7

Updated codecov.yml to not block PRs
adb3f61
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2025 in 0s

93.38% (-1.51%) compared to 4de4067

View this Pull Request on Codecov

93.38% (-1.51%) compared to 4de4067

Details

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 2 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.