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

chore(client): json util supply method to parse json list #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore: added method to parse json list

6cff118
Select commit
Loading
Failed to load commit list.
Open

chore(client): json util supply method to parse json list #577

chore: added method to parse json list
6cff118
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2024 in 1s

62.54% (+0.04%) compared to b066b80

View this Pull Request on Codecov

62.54% (+0.04%) compared to b066b80

Details

Codecov Report

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

Comparison is base (b066b80) 62.49% compared to head (6cff118) 62.54%.
Report is 19 commits behind head on master.

Files Patch % Lines
.../main/java/org/apache/hugegraph/util/JsonUtil.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #577      +/-   ##
============================================
+ Coverage     62.49%   62.54%   +0.04%     
- Complexity     1903     1925      +22     
============================================
  Files           262      267       +5     
  Lines          9541     9681     +140     
  Branches        886      888       +2     
============================================
+ Hits           5963     6055      +92     
- Misses         3190     3237      +47     
- Partials        388      389       +1     

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