Skip to content

fix(errors): normalize CDT validation check tokens

f7c3605
Select commit
Loading
Failed to load commit list.
Merged

fix!(cdt): enforce Delaunay initialization invariants #123

fix(errors): normalize CDT validation check tokens
f7c3605
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2026 in 1s

92.49% (target 70.00%)

View this Pull Request on Codecov

92.49% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 92.77778% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.49%. Comparing base (b854261) to head (f7c3605).

Files with missing lines Patch % Lines
src/cdt/metropolis.rs 78.00% 33 Missing ⚠️
src/geometry/backends/delaunay.rs 94.82% 9 Missing ⚠️
src/geometry/generators.rs 92.63% 7 Missing ⚠️
src/cdt/triangulation/builders.rs 96.62% 5 Missing ⚠️
src/cdt/triangulation/validation.rs 88.63% 5 Missing ⚠️
src/cdt/triangulation/foliation.rs 77.77% 4 Missing ⚠️
src/cdt/ergodic_moves.rs 97.14% 1 Missing ⚠️
src/config.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
+ Coverage   91.96%   92.49%   +0.52%     
==========================================
  Files          19       19              
  Lines        9774    10315     +541     
==========================================
+ Hits         8989     9541     +552     
+ Misses        785      774      -11     

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