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

chore: refine the hg-style.xml specification #2454

Closed returnToInnocence closed 4 months ago

returnToInnocence commented 4 months ago

Purpose of the PR

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 4 months ago

Codecov Report

Attention: 83 lines in your changes are missing coverage. Please review.

Comparison is base (5cb9aad) 66.25% compared to head (786213f) 66.24%.

Files Patch % Lines
...n/java/org/apache/hugegraph/api/graph/EdgeAPI.java 54.54% 7 Missing and 8 partials :warning:
...java/org/apache/hugegraph/api/graph/VertexAPI.java 7.14% 12 Missing and 1 partial :warning:
.../org/apache/hugegraph/opencypher/CypherPlugin.java 0.00% 6 Missing :warning:
...egraph/backend/store/cassandra/CassandraShard.java 37.50% 5 Missing :warning:
...egraph/backend/store/cassandra/CassandraStore.java 50.00% 4 Missing and 1 partial :warning:
.../java/org/apache/hugegraph/api/graph/BatchAPI.java 33.33% 4 Missing :warning:
.../apache/hugegraph/api/filter/LoadDetectFilter.java 25.00% 3 Missing :warning:
...ain/java/org/apache/hugegraph/api/job/TaskAPI.java 0.00% 3 Missing :warning:
...egraph/backend/store/cassandra/CassandraTable.java 62.50% 1 Missing and 2 partials :warning:
...raph/backend/store/rocksdb/RocksDBStdSessions.java 81.25% 3 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2454 +/- ## ============================================ - Coverage 66.25% 66.24% -0.01% - Complexity 827 828 +1 ============================================ Files 511 511 Lines 42586 42590 +4 Branches 5935 5939 +4 ============================================ + Hits 28214 28215 +1 - Misses 11563 11569 +6 + Partials 2809 2806 -3 ```

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