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

fix: format and clean code in modules #2439

Merged
merged 13 commits into from
Feb 20, 2024

tiny fix for previous commit

e13dea5
Select commit
Loading
Failed to load commit list.
Merged

fix: format and clean code in modules #2439

tiny fix for previous commit
e13dea5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2024 in 1s

66.23% (+0.01%) compared to 7586779

View this Pull Request on Codecov

66.23% (+0.01%) compared to 7586779

Details

Codecov Report

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

Comparison is base (7586779) 66.21% compared to head (e13dea5) 66.23%.

Files Patch % Lines
...n/java/org/apache/hugegraph/api/graph/EdgeAPI.java 58.62% 7 Missing and 5 partials ⚠️
...java/org/apache/hugegraph/api/graph/VertexAPI.java 9.09% 9 Missing and 1 partial ⚠️
.../org/apache/hugegraph/opencypher/CypherPlugin.java 0.00% 8 Missing ⚠️
...egraph/backend/store/cassandra/CassandraShard.java 37.50% 5 Missing ⚠️
...egraph/backend/store/cassandra/CassandraStore.java 50.00% 4 Missing and 1 partial ⚠️
.../java/org/apache/hugegraph/api/graph/BatchAPI.java 33.33% 4 Missing ⚠️
.../apache/hugegraph/api/filter/LoadDetectFilter.java 25.00% 3 Missing ⚠️
...ain/java/org/apache/hugegraph/api/job/TaskAPI.java 0.00% 3 Missing ⚠️
...egraph/backend/store/cassandra/CassandraTable.java 62.50% 1 Missing and 2 partials ⚠️
...raph/backend/store/rocksdb/RocksDBStdSessions.java 81.25% 3 Missing ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2439      +/-   ##
============================================
+ Coverage     66.21%   66.23%   +0.01%     
+ Complexity      828      827       -1     
============================================
  Files           511      511              
  Lines         42598    42594       -4     
  Branches       5942     5938       -4     
============================================
+ Hits          28208    28212       +4     
+ Misses        11582    11576       -6     
+ Partials       2808     2806       -2     

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