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

Bug Fix for #418 - Graph<T>::removeNode has potential to throw due to optional being accessed early #430

Merged
merged 6 commits into from
Jun 20, 2024

reformatted code as per PR feedback

6f4e654
Select commit
Loading
Failed to load commit list.
Merged

Bug Fix for #418 - Graph<T>::removeNode has potential to throw due to optional being accessed early #430

reformatted code as per PR feedback
6f4e654
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2024 in 1s

97.87% (+0.29%) compared to 1b31e63

View this Pull Request on Codecov

97.87% (+0.29%) compared to 1b31e63

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.87%. Comparing base (1b31e63) to head (6f4e654).
Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #430      +/-   ##
==========================================
+ Coverage   97.58%   97.87%   +0.29%     
==========================================
  Files          87       87              
  Lines        9492    10083     +591     
  Branches        0      666     +666     
==========================================
+ Hits         9263     9869     +606     
+ Misses        229      214      -15     

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