JuliaGeometry / DelaunayTriangulation.jl

Delaunay triangulations and Voronoi tessellations in two dimensions.
https://juliageometry.github.io/DelaunayTriangulation.jl/
MIT License
62 stars 5 forks source link

Fix some type instabilities and other fixes #119

Closed DanielVandH closed 2 months ago

DanielVandH commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.58233% with 11 lines in your changes missing coverage. Please review.

Project coverage is 95.31%. Comparing base (6910c27) to head (8b63858).

Files Patch % Lines
src/data_structures/trees/bst.jl 55.55% 4 Missing :warning:
src/geometric_primitives/boundary_nodes.jl 0.00% 2 Missing :warning:
src/algorithms/intersections/rtree.jl 50.00% 1 Missing :warning:
src/algorithms/triangulation/mesh_refinement.jl 94.44% 1 Missing :warning:
src/data_structures/trees/rtree.jl 88.88% 1 Missing :warning:
...structures/triangulation/methods/boundary_nodes.jl 80.00% 1 Missing :warning:
src/utils/utils.jl 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ========================================== + Coverage 95.06% 95.31% +0.25% ========================================== Files 92 92 Lines 9095 9145 +50 ========================================== + Hits 8646 8717 +71 + Misses 449 428 -21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.