apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.58k stars 512 forks source link

BREAKING CHANGE(server): unify to call SchemaLabel.getLabelId() #2458

Closed javeme closed 4 months ago

javeme commented 4 months ago

Change-Id: I31bcc0d1ee99f3c443f8f4f0d458e06ca89977ef

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 53.84615% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 66.29%. Comparing base (bc421bb) to head (0e4a123).

Files Patch % Lines
.../org/apache/hugegraph/api/traversers/Vertices.java 33.33% 0 Missing and 2 partials :warning:
...aph/traversal/algorithm/ShortestPathTraverser.java 0.00% 2 Missing :warning:
...che/hugegraph/job/algorithm/AbstractAlgorithm.java 0.00% 1 Missing :warning:
...gorithm/cent/BetweennessCentralityAlgorithmV2.java 0.00% 1 Missing :warning:
...algorithm/cent/ClosenessCentralityAlgorithmV2.java 0.00% 1 Missing :warning:
.../job/algorithm/cent/DegreeCentralityAlgorithm.java 0.00% 1 Missing :warning:
...ob/algorithm/cent/StressCentralityAlgorithmV2.java 0.00% 1 Missing :warning:
...che/hugegraph/job/algorithm/comm/LpaAlgorithm.java 0.00% 1 Missing :warning:
...e/hugegraph/traversal/algorithm/HugeTraverser.java 50.00% 1 Missing :warning:
...aph/traversal/algorithm/SameNeighborTraverser.java 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2458 +/- ## ============================================ + Coverage 66.23% 66.29% +0.05% Complexity 827 827 ============================================ Files 511 511 Lines 42582 42580 -2 Branches 5935 5934 -1 ============================================ + Hits 28204 28228 +24 + Misses 11566 11550 -16 + Partials 2812 2802 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.