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

feat(algorithm): support single source shortest path algorithm #285

Merged
merged 24 commits into from
Mar 12, 2024

feat(core): IdList Merge Combiner

cdaba23
Select commit
Loading
Failed to load commit list.
Merged

feat(algorithm): support single source shortest path algorithm #285

feat(core): IdList Merge Combiner
cdaba23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 1, 2024 in 0s

84.82% (-0.22%) compared to ff85e34

View this Pull Request on Codecov

84.82% (-0.22%) compared to ff85e34

Details

Codecov Report

Attention: 72 lines in your changes are missing coverage. Please review.

Comparison is base (ff85e34) 85.03% compared to head (cdaba23) 84.82%.
Report is 12 commits behind head on master.

❗ Current head cdaba23 differs from pull request most recent head 9587802. Consider uploading reports for the commit 9587802 to get more accurate results

Files Patch % Lines
...orithm/path/shortest/SingleSourceShortestPath.java 54.90% 30 Missing and 16 partials ⚠️
...egraph/computer/algorithm/sampling/RandomWalk.java 57.89% 8 Missing and 8 partials ⚠️
...ph/computer/core/combiner/IdListMergeCombiner.java 70.00% 1 Missing and 2 partials ⚠️
...thm/centrality/betweenness/BetweennessMessage.java 0.00% 2 Missing ⚠️
.../algorithm/community/cc/ClusteringCoefficient.java 0.00% 0 Missing and 1 partial ⚠️
...ath/shortest/SingleSourceShortestPathCombiner.java 75.00% 0 Missing and 1 partial ⚠️
...m/path/shortest/SingleSourceShortestPathValue.java 96.87% 1 Missing ⚠️
...computer/algorithm/sampling/RandomWalkMessage.java 94.11% 1 Missing ⚠️
...che/hugegraph/computer/driver/DefaultJobState.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #285      +/-   ##
============================================
- Coverage     85.03%   84.82%   -0.22%     
- Complexity     3246     3353     +107     
============================================
  Files           345      357      +12     
  Lines         12298    12690     +392     
  Branches       1102     1159      +57     
============================================
+ Hits          10458    10764     +306     
- Misses         1315     1366      +51     
- Partials        525      560      +35     

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