Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split GetShortestPath methods to smaller files #511

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR migrates the various Dijkstra and A* methods to different files for easier maintainability in the future.

@viceroypenguin viceroypenguin added this to the 6.0.0 milestone Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage: 98.14% and no project coverage change.

Comparison is base (1f68ffa) 93.02% compared to head (916d69c) 93.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #511   +/-   ##
=======================================
  Coverage   93.02%   93.02%           
=======================================
  Files         249      253    +4     
  Lines        8184     8184           
  Branches     1635     1635           
=======================================
  Hits         7613     7613           
  Misses        358      358           
  Partials      213      213           
Files Changed Coverage Δ
Source/SuperLinq/GetShortestPathCost.Dijkstra.cs 97.14% <97.14%> (ø)
Source/SuperLinq/GetShortestPathCost.A-Star.cs 97.91% <97.91%> (ø)
Source/SuperLinq/GetShortestPath.Dijkstra.cs 98.03% <98.03%> (ø)
Source/SuperLinq/GetShortestPath.A-Star.cs 98.21% <98.21%> (ø)
Source/SuperLinq/GetShortestPaths.cs 100.00% <100.00%> (ø)

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

@viceroypenguin viceroypenguin merged commit 8a467ee into master Sep 7, 2023
@viceroypenguin viceroypenguin deleted the get-shortest-path branch September 7, 2023 00:06
@viceroypenguin viceroypenguin modified the milestones: 6.0.0, 5.3.0 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant