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 out Runic formatting #138

Closed DanielVandH closed 1 month ago

DanielVandH commented 1 month ago

Hopefully doesn't break everything

Will have to update the files again after https://github.com/fredrikekre/Runic.jl/issues/15 is addressed

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 95.89372% with 17 lines in your changes missing coverage. Please review.

Project coverage is 94.11%. Comparing base (49a6580) to head (f8b4105).

Files Patch % Lines
...orithms/triangulation/constrained_triangulation.jl 92.10% 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/algorithms/point_location/brute_force.jl 50.00% 1 Missing :warning:
...entative_coordinates/representative_coordinates.jl 80.00% 1 Missing :warning:
src/data_structures/trees/polygon_hierarchy.jl 90.90% 1 Missing :warning:
...triangulation/methods/representative_point_list.jl 75.00% 1 Missing :warning:
src/validation.jl 92.85% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ========================================== - Coverage 94.59% 94.11% -0.48% ========================================== Files 94 94 Lines 9785 9786 +1 ========================================== - Hits 9256 9210 -46 - Misses 529 576 +47 ```

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

fredrikekre commented 1 month ago

Try again with JuliaSyntax@0.4.9 and Runic master? Probably have to reset the commit first because Runic will not revert some of these changes once they are in the source.