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

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

Merged
merged 1 commit into from
Feb 24, 2024

chore: unify to call SchemaLabel.getLabelId()

0e4a123
Select commit
Loading
Failed to load commit list.
Merged

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

chore: unify to call SchemaLabel.getLabelId()
0e4a123
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 24, 2024 in 0s

66.29% (+0.05%) compared to bc421bb

View this Pull Request on Codecov

66.29% (+0.05%) compared to bc421bb

Details

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 ⚠️
...aph/traversal/algorithm/ShortestPathTraverser.java 0.00% 2 Missing ⚠️
...che/hugegraph/job/algorithm/AbstractAlgorithm.java 0.00% 1 Missing ⚠️
...gorithm/cent/BetweennessCentralityAlgorithmV2.java 0.00% 1 Missing ⚠️
...algorithm/cent/ClosenessCentralityAlgorithmV2.java 0.00% 1 Missing ⚠️
.../job/algorithm/cent/DegreeCentralityAlgorithm.java 0.00% 1 Missing ⚠️
...ob/algorithm/cent/StressCentralityAlgorithmV2.java 0.00% 1 Missing ⚠️
...che/hugegraph/job/algorithm/comm/LpaAlgorithm.java 0.00% 1 Missing ⚠️
...e/hugegraph/traversal/algorithm/HugeTraverser.java 50.00% 1 Missing ⚠️
...aph/traversal/algorithm/SameNeighborTraverser.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             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     

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