Skip to content

refactor!(tds): canonicalize incidence storage - #473

Merged
acgetchell merged 5 commits into
mainfrom
refactor/403-tds-incidence
Jun 21, 2026
Merged

refactor!(tds): canonicalize incidence storage#473
acgetchell merged 5 commits into
mainfrom
refactor/403-tds-incidence

test(query): wire reciprocal split-topology fixture neighbors

82b3147
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 21, 2026 in 1s

91.52% (target 90.00%)

View this Pull Request on Codecov

91.52% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 84.71313% with 397 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.52%. Comparing base (1985e6f) to head (82b3147).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/delaunay/builder.rs 28.28% 142 Missing ⚠️
src/delaunay/construction.rs 66.66% 134 Missing ⚠️
src/core/algorithms/incremental_insertion.rs 51.88% 51 Missing ⚠️
src/core/algorithms/flips.rs 87.86% 33 Missing ⚠️
src/core/insertion.rs 75.00% 9 Missing ⚠️
src/core/repair.rs 93.57% 9 Missing ⚠️
src/core/construction.rs 38.46% 8 Missing ⚠️
src/core/tds/equality.rs 98.55% 3 Missing ⚠️
src/core/tds/errors.rs 99.33% 3 Missing ⚠️
src/core/algorithms/pl_manifold_repair.rs 90.90% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
- Coverage   91.65%   91.52%   -0.14%     
==========================================
  Files          72       77       +5     
  Lines       68792    69714     +922     
==========================================
+ Hits        63053    63804     +751     
- Misses       5739     5910     +171     

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