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

Move to graph namespace #130

Merged
merged 5 commits into from
Sep 2, 2024

Add skeletons for bfs, dfs & topo_sort algos

3f0ac1b
Select commit
Loading
Failed to load commit list.
Merged

Move to graph namespace #130

Add skeletons for bfs, dfs & topo_sort algos
3f0ac1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 2, 2024 in 0s

91.51% (-0.16%) compared to a5dabdc

View this Pull Request on Codecov

91.51% (-0.16%) compared to a5dabdc

Details

Codecov Report

Attention: Patch coverage is 83.55263% with 50 lines in your changes missing coverage. Please review.

Project coverage is 91.51%. Comparing base (a5dabdc) to head (3f0ac1b).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
example/CppCon2021/examples/ospf.cpp 0.00% 10 Missing ⚠️
...de/graph/algorithm/bellman_ford_shortest_paths.hpp 61.11% 7 Missing ⚠️
...nclude/graph/algorithm/dijkstra_shortest_paths.hpp 50.00% 7 Missing ⚠️
example/CppCon2021/examples/graphs.cpp 0.00% 4 Missing ⚠️
include/graph/container/dynamic_graph.hpp 55.55% 4 Missing ⚠️
example/CppCon2021/include/utilities.hpp 0.00% 3 Missing ⚠️
tests/bellman_shortest_paths_tests.cpp 70.00% 3 Missing ⚠️
example/CppCon2021/examples/imdb.cpp 0.00% 2 Missing ⚠️
.../graph/algorithm/experimental/visitor_dijkstra.hpp 33.33% 2 Missing ⚠️
include/graph/container/compressed_graph.hpp 88.88% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   91.67%   91.51%   -0.16%     
==========================================
  Files          58       61       +3     
  Lines        4636     4658      +22     
  Branches      402      405       +3     
==========================================
+ Hits         4250     4263      +13     
- Misses        386      395       +9     

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