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

Added scc function on weighted graph #94

Merged
merged 1 commit into from
Nov 28, 2024

Added scc function on weighted graph

6074251
Select commit
Loading
Failed to load commit list.
Merged

Added scc function on weighted graph #94

Added scc function on weighted graph
6074251
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 1s

89.94% (+0.05%) compared to e9614a7

View this Pull Request on Codecov

89.94% (+0.05%) compared to e9614a7

Details

Codecov Report

Attention: Patch coverage is 97.61905% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.94%. Comparing base (e9614a7) to head (6074251).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/classes/graph/graph.h 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
+ Coverage   89.88%   89.94%   +0.05%     
==========================================
  Files         148      148              
  Lines        6881     6922      +41     
  Branches      883      883              
==========================================
+ Hits         6185     6226      +41     
  Misses        291      291              
  Partials      405      405              
Files with missing lines Coverage Δ
tests/graph/weighted_graph.cc 100.00% <100.00%> (ø)
src/classes/graph/graph.h 68.94% <0.00%> (ø)