Skip to content

Add/line graph#440

Draft
lampretl wants to merge 12 commits into
JuliaGraphs:masterfrom
lampretl:add/line_graph
Draft

Add/line graph#440
lampretl wants to merge 12 commits into
JuliaGraphs:masterfrom
lampretl:add/line_graph

improved line_graph and inserted changes into the latest main commit

2d8c8b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 5, 2026 in 1s

97.30% (-0.11%) compared to 2d6f4d5

View this Pull Request on Codecov

97.30% (-0.11%) compared to 2d6f4d5

Details

Codecov Report

❌ Patch coverage is 97.24771% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.30%. Comparing base (2d6f4d5) to head (2d8c8b2).
⚠️ Report is 49 commits behind head on master.

Files with missing lines Patch % Lines
src/Parallel/centrality/betweenness.jl 0.00% 2 Missing ⚠️
src/Parallel/centrality/closeness.jl 0.00% 2 Missing ⚠️
src/Parallel/centrality/radiality.jl 33.33% 2 Missing ⚠️
src/Parallel/centrality/stress.jl 33.33% 2 Missing ⚠️
src/Parallel/distance.jl 87.50% 2 Missing ⚠️
src/Parallel/shortestpaths/dijkstra.jl 83.33% 2 Missing ⚠️
src/Parallel/traversals/greedy_color.jl 85.71% 2 Missing ⚠️
src/Parallel/utils.jl 0.00% 2 Missing ⚠️
src/SimpleGraphs/generators/staticgraphs.jl 93.33% 2 Missing ⚠️
src/community/louvain.jl 98.47% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #440      +/-   ##
==========================================
- Coverage   97.41%   97.30%   -0.11%     
==========================================
  Files         120      126       +6     
  Lines        6959     7729     +770     
==========================================
+ Hits         6779     7521     +742     
- Misses        180      208      +28     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.