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

Add GetShortestPath overload #128

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Add GetShortestPath overload #128

merged 1 commit into from
Dec 19, 2022

Conversation

viceroypenguin
Copy link
Owner

Fixes #116. Adds new overloads for GetShortestPath that allows identifying the end state by condition rather than by value.

@codecov-commenter
Copy link

Codecov Report

Base: 87.73% // Head: 86.91% // Decreases project coverage by -0.81% ⚠️

Coverage data is based on head (e0a68ac) compared to base (b71348f).
Patch coverage: 61.29% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   87.73%   86.91%   -0.82%     
==========================================
  Files         190      190              
  Lines        4941     5061     +120     
  Branches     1172     1180       +8     
==========================================
+ Hits         4335     4399      +64     
- Misses        315      363      +48     
- Partials      291      299       +8     
Impacted Files Coverage Δ
Source/SuperLinq.Async/GetShortestPath.cs 82.90% <60.60%> (-11.22%) ⬇️
Source/SuperLinq/GetShortestPath.cs 83.41% <62.06%> (-10.79%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit 439b177 into master Dec 19, 2022
@viceroypenguin viceroypenguin deleted the getshortestpath branch December 19, 2022 22:38
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.

Add GetShortestPath overload
2 participants