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

refactor(server): optimize the server-node info #2671

Merged
merged 3 commits into from
Oct 10, 2024

Merge branch 'master' into fix_vaughn

b5bb6ff
Select commit
Loading
Failed to load commit list.
Merged

refactor(server): optimize the server-node info #2671

Merge branch 'master' into fix_vaughn
b5bb6ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 9, 2024 in 0s

46.34% (-1.35%) compared to f6f3708

View this Pull Request on Codecov

46.34% (-1.35%) compared to f6f3708

Details

Codecov Report

Attention: Patch coverage is 48.14815% with 14 lines in your changes missing coverage. Please review.

Project coverage is 46.34%. Comparing base (f6f3708) to head (b5bb6ff).

Files with missing lines Patch % Lines
...a/org/apache/hugegraph/task/ServerInfoManager.java 21.42% 10 Missing and 1 partial ⚠️
...g/apache/hugegraph/task/StandardTaskScheduler.java 75.00% 1 Missing and 1 partial ⚠️
...java/org/apache/hugegraph/task/HugeServerInfo.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2671      +/-   ##
============================================
- Coverage     47.68%   46.34%   -1.35%     
  Complexity      821      821              
============================================
  Files           719      719              
  Lines         58914    58918       +4     
  Branches       7595     7597       +2     
============================================
- Hits          28096    27307     -789     
- Misses        28007    28854     +847     
+ Partials       2811     2757      -54     

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