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]: fix test_status #626

Closed themanforfree closed 8 months ago

themanforfree commented 8 months ago

Please briefly answer these questions:

623

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (fa656ad) 64.40% compared to head (d97cdbe) 79.75%. Report is 104 commits behind head on master.

Files Patch % Lines
curp/src/client/unary.rs 86.89% 68 Missing :warning:
curp/src/server/curp_node.rs 80.99% 46 Missing :warning:
xline/src/storage/alarm_store.rs 67.88% 44 Missing :warning:
curp/src/rpc/connect.rs 61.81% 42 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:
curp/src/client/tests.rs 94.32% 23 Missing :warning:
xline/src/main.rs 0.00% 23 Missing :warning:
... and 31 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #626 +/- ## =========================================== + Coverage 64.40% 79.75% +15.35% =========================================== Files 105 152 +47 Lines 18802 22865 +4063 Branches 18802 0 -18802 =========================================== + Hits 12109 18237 +6128 + Misses 5955 4628 -1327 + Partials 738 0 -738 ```

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