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

refact: fix some code style with check plugin #385

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Merge branch 'apache:master' into checkstyle

c410bb7
Select commit
Loading
Failed to load commit list.
Open

refact: fix some code style with check plugin #385

Merge branch 'apache:master' into checkstyle
c410bb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2025 in 1s

62.54% (-0.04%) compared to 0a72868

View this Pull Request on Codecov

62.54% (-0.04%) compared to 0a72868

Details

Codecov Report

Attention: Patch coverage is 24.48980% with 37 lines in your changes missing coverage. Please review.

Project coverage is 62.54%. Comparing base (0a72868) to head (c410bb7).
Report is 122 commits behind head on master.

Files with missing lines Patch % Lines
.../hugegraph/loader/flink/HugeGraphOutputFormat.java 0.00% 11 Missing ⚠️
...e/hugegraph/loader/spark/HugeGraphSparkLoader.java 0.00% 11 Missing ⚠️
...e/hugegraph/serializer/direct/HBaseSerializer.java 0.00% 8 Missing ⚠️
...e/hugegraph/serializer/direct/reuse/BytesDemo.java 0.00% 6 Missing ⚠️
...rg/apache/hugegraph/exception/ServerException.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #385      +/-   ##
============================================
- Coverage     62.58%   62.54%   -0.04%     
- Complexity      894     1866     +972     
============================================
  Files            91      260     +169     
  Lines          4383     9407    +5024     
  Branches        515      872     +357     
============================================
+ Hits           2743     5884    +3141     
- Misses         1437     3141    +1704     
- Partials        203      382     +179     

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