Skip to content

Refactor/445 realization validation - #515

Merged
acgetchell merged 8 commits into
mainfrom
refactor/445-realization-validation
Jul 14, 2026
Merged

Refactor/445 realization validation#515
acgetchell merged 8 commits into
mainfrom
refactor/445-realization-validation

fix(testing): preserve debug invariant coverage in CI

098de51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2026 in 0s

91.07% (target 90.00%)

View this Pull Request on Codecov

91.07% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 88.46154% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.07%. Comparing base (ff74d7c) to head (098de51).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/delaunay/validation.rs 67.64% 11 Missing ⚠️
src/core/insertion.rs 64.28% 5 Missing ⚠️
src/core/algorithms/flips.rs 87.50% 3 Missing ⚠️
src/core/algorithms/incremental_insertion.rs 0.00% 3 Missing ⚠️
src/core/tds/errors.rs 0.00% 1 Missing ⚠️
src/delaunay/flips.rs 93.33% 1 Missing ⚠️
src/delaunay/query.rs 0.00% 1 Missing ⚠️
src/delaunay/spherical.rs 93.33% 1 Missing ⚠️
src/topology/traits/global_topology_model.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #515      +/-   ##
==========================================
+ Coverage   91.03%   91.07%   +0.04%     
==========================================
  Files          88       88              
  Lines       79884    80025     +141     
==========================================
+ Hits        72722    72885     +163     
+ Misses       7162     7140      -22     

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