refactor!: flatten triangulation modules into focused APIs #399
Codecov / codecov/project
succeeded
May 19, 2026 in 1s
90.44% (target 60.00%)
View this Pull Request on Codecov
90.44% (target 60.00%)
Details
Codecov Report
❌ Patch coverage is 92.42584% with 360 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.44%. Comparing base (d89961c) to head (d8c8666).
✅ All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/core/repair.rs | 84.57% | 141 Missing |
| src/core/orientation.rs | 87.09% | 71 Missing |
| src/delaunay/insertion.rs | 94.10% | 45 Missing |
| src/delaunay/repair.rs | 95.16% | 36 Missing |
| src/delaunay/validation.rs | 91.39% | 29 Missing |
| src/core/construction.rs | 92.74% | 14 Missing |
| src/core/query.rs | 97.85% | 13 Missing |
| src/delaunay/query.rs | 98.13% | 8 Missing |
| src/core/boundary.rs | 92.30% | 2 Missing |
| src/delaunay/builder.rs | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #399 +/- ##
==========================================
- Coverage 90.46% 90.44% -0.02%
==========================================
Files 61 71 +10
Lines 61422 61695 +273
==========================================
+ Hits 55565 55803 +238
- Misses 5857 5892 +35 ☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading