Skip to content

refactor(api)!: require validated coordinate topology API (#442) - #455

Merged
acgetchell merged 3 commits into
mainfrom
refactor/442-f64-point-vertex
Jun 14, 2026
Merged

refactor(api)!: require validated coordinate topology API (#442)#455
acgetchell merged 3 commits into
mainfrom
refactor/442-f64-point-vertex

refactor(api)!: require live topology handle parsing (#442)

5e55640
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 14, 2026 in 0s

91.41% (target 90.00%)

View this Pull Request on Codecov

91.41% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 98.72386% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.41%. Comparing base (2319f03) to head (5e55640).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/core/algorithms/locate.rs 97.89% 11 Missing ⚠️
src/core/insertion.rs 97.95% 8 Missing ⚠️
src/core/algorithms/pl_manifold_repair.rs 95.37% 5 Missing ⚠️
src/core/algorithms/incremental_insertion.rs 99.16% 3 Missing ⚠️
src/core/facet.rs 98.36% 3 Missing ⚠️
src/core/orientation.rs 92.10% 3 Missing ⚠️
src/core/edge.rs 99.00% 1 Missing ⚠️
src/core/repair.rs 98.70% 1 Missing ⚠️
src/core/util/delaunay_validation.rs 99.20% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #455      +/-   ##
==========================================
+ Coverage   91.12%   91.41%   +0.29%     
==========================================
  Files          72       72              
  Lines       64045    66257    +2212     
==========================================
+ Hits        58361    60570    +2209     
- Misses       5684     5687       +3     

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