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): support "parent & child" EdgeLabel type #2662

Merged
merged 28 commits into from
Oct 9, 2024

mark deprecated for source & target label builder

eea7356
Select commit
Loading
Failed to load commit list.
Merged

BREAKING CHANGE(server): support "parent & child" EdgeLabel type #2662

mark deprecated for source & target label builder
eea7356
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

47.78% (+0.18%) compared to a529c02

View this Pull Request on Codecov

47.78% (+0.18%) compared to a529c02

Details

Codecov Report

Attention: Patch coverage is 59.67153% with 221 lines in your changes missing coverage. Please review.

Project coverage is 47.78%. Comparing base (a529c02) to head (eea7356).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...in/java/org/apache/hugegraph/schema/EdgeLabel.java 52.43% 35 Missing and 4 partials ⚠️
.../hugegraph/backend/store/AbstractBackendStore.java 0.00% 30 Missing ⚠️
...che/hugegraph/schema/builder/EdgeLabelBuilder.java 71.76% 14 Missing and 10 partials ⚠️
...ugegraph/backend/serializer/TableSerializerV2.java 62.00% 18 Missing and 1 partial ⚠️
.../org/apache/hugegraph/api/schema/EdgeLabelAPI.java 7.14% 11 Missing and 2 partials ⚠️
.../apache/hugegraph/backend/tx/GraphTransaction.java 80.59% 5 Missing and 8 partials ⚠️
.../apache/hugegraph/io/GraphSONSchemaSerializer.java 56.66% 9 Missing and 4 partials ⚠️
...he/hugegraph/backend/cache/CachedBackendStore.java 0.00% 12 Missing ⚠️
...hugegraph/backend/serializer/BinarySerializer.java 38.88% 9 Missing and 2 partials ⚠️
...gegraph/backend/store/memory/InMemoryDBTables.java 65.62% 8 Missing and 3 partials ⚠️
... and 10 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2662      +/-   ##
============================================
+ Coverage     47.60%   47.78%   +0.18%     
- Complexity      820      821       +1     
============================================
  Files           718      719       +1     
  Lines         58469    58914     +445     
  Branches       7496     7595      +99     
============================================
+ Hits          27835    28154     +319     
- Misses        27854    27946      +92     
- Partials       2780     2814      +34     

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