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

Try Runic formatting again #141

Closed DanielVandH closed 1 month ago

DanielVandH commented 1 month ago

@fredrikekre

Seems much better now

DanielVandH commented 1 month ago

Hmm seems to have introduced another parsing error

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 96.22926% with 25 lines in your changes missing coverage. Please review.

Project coverage is 94.74%. Comparing base (49a6580) to head (b878880).

Files Patch % Lines
...orithms/triangulation/constrained_triangulation.jl 92.10% 3 Missing :warning:
src/data_structures/triangulation/adjacent.jl 91.17% 3 Missing :warning:
...c/data_structures/triangulation/adjacent2vertex.jl 92.85% 3 Missing :warning:
src/algorithms/point_location/jump_and_march.jl 90.00% 2 Missing :warning:
src/data_structures/polygon.jl 50.00% 2 Missing :warning:
...c/data_structures/triangulation/methods/weights.jl 0.00% 2 Missing :warning:
src/geometric_primitives/boundary_nodes.jl 91.66% 2 Missing :warning:
src/algorithms/point_location/brute_force.jl 50.00% 1 Missing :warning:
src/data_structures/mesh_refinement/curves.jl 98.90% 1 Missing :warning:
...entative_coordinates/representative_coordinates.jl 80.00% 1 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ========================================== + Coverage 94.59% 94.74% +0.15% ========================================== Files 94 94 Lines 9785 9789 +4 ========================================== + Hits 9256 9275 +19 + Misses 529 514 -15 ```

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

DanielVandH commented 1 month ago

Seems great now! Thanks @fredrikekre for the help / fixing the issues. Going to close this and re-format later after some other changes I'm doing, but I really like the tool.

fredrikekre commented 1 month ago

Thanks for beta-testing and reporting issues! Keep pinging me if you find stuff.