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

Bellman-Ford without negative weight cycle detection #68

Merged
merged 5 commits into from
Aug 14, 2023

merge main

d8029a2
Select commit
Loading
Failed to load commit list.
Merged

Bellman-Ford without negative weight cycle detection #68

merge main
d8029a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2023 in 0s

99.67% (target 95.00%)

View this Pull Request on Codecov

99.67% (target 95.00%)

Details

Codecov Report

Patch coverage: 98.52% and project coverage change: -0.07% ⚠️

Comparison is base (b8bd54e) 99.74% compared to head (d8029a2) 99.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   99.74%   99.67%   -0.07%     
==========================================
  Files          23       23              
  Lines        1158     1226      +68     
==========================================
+ Hits         1155     1222      +67     
- Misses          3        4       +1     
Files Changed Coverage Δ
include/graaflib/algorithm/shortest_path.h 100.00% <ø> (ø)
include/graaflib/algorithm/shortest_path.tpp 98.90% <94.73%> (-1.10%) ⬇️
test/graaflib/algorithm/shortest_path_test.cpp 100.00% <100.00%> (ø)

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