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: tinkerpop unit test #2381

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

Merge branch 'master' into release-vaughn

5d2f23e
Select commit
Loading
Failed to load commit list.
Open

fix: tinkerpop unit test #2381

Merge branch 'master' into release-vaughn
5d2f23e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 23, 2024 in 0s

26.36% (-39.24%) compared to 7635c67

View this Pull Request on Codecov

26.36% (-39.24%) compared to 7635c67

Details

Codecov Report

Attention: Patch coverage is 56.66667% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 26.36%. Comparing base (7635c67) to head (5d2f23e).
Report is 15 commits behind head on master.

Files Patch % Lines
...ph/backend/store/rocksdb/RocksDBStoreProvider.java 58.82% 5 Missing and 2 partials ⚠️
...n/java/org/apache/hugegraph/StandardHugeGraph.java 0.00% 2 Missing ⚠️
...raph/backend/store/rocksdb/RocksDBStdSessions.java 50.00% 1 Missing and 1 partial ⚠️
.../hugegraph/backend/store/rocksdb/RocksDBStore.java 71.42% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master    #2381       +/-   ##
=============================================
- Coverage     65.59%   26.36%   -39.24%     
- Complexity      587     3011     +2424     
=============================================
  Files           511      489       -22     
  Lines         42590    40102     -2488     
  Branches       5941     5494      -447     
=============================================
- Hits          27936    10571    -17365     
- Misses        11840    27945    +16105     
+ Partials       2814     1586     -1228     

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