Skip to content

feat(checkpoint)!: add verified scientific checkpoint manifests - #587

Merged
acgetchell merged 8 commits into
mainfrom
feat/580-scientific-checkpoint-manifest
Aug 26, 2026
Merged

feat(checkpoint)!: add verified scientific checkpoint manifests#587
acgetchell merged 8 commits into
mainfrom
feat/580-scientific-checkpoint-manifest

test(topology): verify failure-atomic move semantics (#587)

a023b29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2026 in 1s

91.61% (target 90.00%)

View this Pull Request on Codecov

91.61% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 90.79646% with 208 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.61%. Comparing base (484f263) to head (a023b29).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/triangulation/repair.rs 81.37% 57 Missing ⚠️
src/core/algorithms/flips/repair.rs 32.75% 39 Missing ⚠️
src/delaunay/incremental_builder.rs 79.50% 25 Missing ⚠️
src/triangulation/insertion.rs 70.73% 24 Missing ⚠️
src/core/tds/draft.rs 77.35% 12 Missing ⚠️
src/delaunay/construction.rs 75.75% 8 Missing ⚠️
src/triangulation/construction.rs 63.63% 8 Missing ⚠️
src/core/tds/rollback.rs 98.13% 7 Missing ⚠️
src/delaunay/deletion.rs 93.06% 7 Missing ⚠️
src/core/collections/aliases.rs 94.04% 5 Missing ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #587      +/-   ##
==========================================
- Coverage   91.75%   91.61%   -0.14%     
==========================================
  Files         102      102              
  Lines       82213    86106    +3893     
==========================================
+ Hits        75437    78889    +3452     
- Misses       6776     7217     +441     

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