xline-kv / Xline

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

feat: add auth wrapper and split ports #645

Closed themanforfree closed 7 months ago

themanforfree commented 8 months ago

Please briefly answer these questions:

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (1f17be2) 74.77% compared to head (4114b5b) 74.74%.

Files Patch % Lines
crates/xline/src/server/auth_wrapper.rs 35.93% 39 Missing and 2 partials :warning:
crates/xline/src/server/xline_server.rs 65.27% 24 Missing and 1 partial :warning:
crates/xline-test-utils/src/lib.rs 83.05% 7 Missing and 3 partials :warning:
crates/xline/src/utils/args.rs 0.00% 8 Missing :warning:
crates/curp/src/client/unary.rs 40.00% 3 Missing :warning:
crates/xline/src/server/lease_server.rs 0.00% 1 Missing and 1 partial :warning:
crates/curp/src/client/state.rs 90.00% 1 Missing :warning:
crates/curp/src/server/raw_curp/mod.rs 80.00% 1 Missing :warning:
crates/xline-test-utils/src/bin/test_cluster.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #645 +/- ## ========================================== - Coverage 74.77% 74.74% -0.03% ========================================== Files 168 169 +1 Lines 24561 24743 +182 Branches 24561 24743 +182 ========================================== + Hits 18366 18495 +129 - Misses 5049 5105 +56 + Partials 1146 1143 -3 ```

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