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

chore: get properties

174584e
Select commit
Loading
Failed to load commit list.
Merged

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

chore: get properties
174584e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 29, 2024 in 0s

68.01% of diff hit (target 85.03%)

View this Pull Request on Codecov

68.01% of diff hit (target 85.03%)

Annotations

Check warning on line 106 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L106

Added line #L106 was not covered by tests

Check warning on line 112 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 119 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L119

Added line #L119 was not covered by tests

Check warning on line 125 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 140 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L140

Added line #L140 was not covered by tests

Check warning on line 165 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L162-L165

Added lines #L162 - L165 were not covered by tests

Check warning on line 172 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L170-L172

Added lines #L170 - L172 were not covered by tests

Check warning on line 240 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L240

Added line #L240 was not covered by tests

Check warning on line 244 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L244

Added line #L244 was not covered by tests

Check warning on line 257 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L257

Added line #L257 was not covered by tests

Check warning on line 259 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L259

Added line #L259 was not covered by tests

Check warning on line 264 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L264

Added line #L264 was not covered by tests

Check warning on line 266 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L266

Added line #L266 was not covered by tests

Check warning on line 285 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L285

Added line #L285 was not covered by tests

Check warning on line 291 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L291

Added line #L291 was not covered by tests

Check warning on line 296 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPath.java#L296

Added line #L296 was not covered by tests

Check warning on line 62 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPathValue.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/shortest/SingleSourceShortestPathValue.java#L62

Added line #L62 was not covered by tests

Check warning on line 23 in computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L23

Added line #L23 was not covered by tests

Check warning on line 30 in computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L30

Added line #L30 was not covered by tests

Check warning on line 32 in computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L32

Added line #L32 was not covered by tests

Check warning on line 35 in computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L35

Added line #L35 was not covered by tests

Check warning on line 38 in computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/combiner/IdListMergeCombiner.java#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 31 in computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdCategory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdCategory.java#L31

Added line #L31 was not covered by tests

Check warning on line 39 in computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdCategory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdCategory.java#L39

Added line #L39 was not covered by tests

Check warning on line 93 in computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/id/IdFactory.java#L93

Added line #L93 was not covered by tests