xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
596 stars 74 forks source link

fix: upgrade the dependent version to fix audit #627

Closed themanforfree closed 8 months ago

themanforfree commented 8 months ago

Please briefly answer these questions:

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (fa656ad) 64.40% compared to head (a7771bb) 79.85%. Report is 106 commits behind head on master.

Files Patch % Lines
curp/src/client/unary.rs 86.89% 68 Missing :warning:
curp/src/server/curp_node.rs 81.40% 45 Missing :warning:
curp/src/client/tests.rs 89.13% 44 Missing :warning:
xline/src/storage/alarm_store.rs 68.61% 43 Missing :warning:
curp/src/rpc/connect.rs 70.00% 33 Missing :warning:
utils/src/parser.rs 84.79% 33 Missing :warning:
xline/src/storage/kv_store.rs 23.07% 30 Missing :warning:
xline/src/server/maintenance.rs 63.29% 29 Missing :warning:
curp/src/server/raw_curp/mod.rs 83.53% 27 Missing :warning:
xline/src/server/kv_server.rs 33.33% 22 Missing :warning:
... and 31 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #627 +/- ## =========================================== + Coverage 64.40% 79.85% +15.45% =========================================== Files 105 152 +47 Lines 18802 22835 +4033 Branches 18802 0 -18802 =========================================== + Hits 12109 18235 +6126 + Misses 5955 4600 -1355 + Partials 738 0 -738 ```

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