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

[feat]: move token authentication to the network layer #648

Merged
merged 1 commit into from
Feb 26, 2024

feat: move token authentication to the network layer

be490b9
Select commit
Loading
Failed to load commit list.
Merged

[feat]: move token authentication to the network layer #648

feat: move token authentication to the network layer
be490b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 22, 2024 in 0s

74.38% (-0.12%) compared to f74fbda

View this Pull Request on Codecov

74.38% (-0.12%) compared to f74fbda

Details

Codecov Report

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

Comparison is base (f74fbda) 74.50% compared to head (be490b9) 74.38%.
Report is 1 commits behind head on master.

Files Patch % Lines
crates/xline/src/server/kv_server.rs 31.70% 23 Missing and 5 partials ⚠️
crates/xline/src/server/lock_server.rs 8.00% 23 Missing ⚠️
crates/xline/src/storage/auth_store/store.rs 86.90% 11 Missing ⚠️
crates/curp/src/client/tests.rs 91.48% 8 Missing ⚠️
crates/xline-client/src/clients/kv.rs 81.48% 0 Missing and 5 partials ⚠️
crates/xline/src/storage/compact/mod.rs 0.00% 4 Missing ⚠️
crates/curp/src/rpc/connect.rs 57.14% 1 Missing and 2 partials ⚠️
crates/xline-client/src/clients/auth.rs 71.42% 0 Missing and 2 partials ⚠️
crates/xline-client/src/clients/lease.rs 83.33% 0 Missing and 2 partials ⚠️
crates/xline/src/server/auth_server.rs 75.00% 1 Missing and 1 partial ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #648      +/-   ##
==========================================
- Coverage   74.50%   74.38%   -0.12%     
==========================================
  Files         170      170              
  Lines       24827    24834       +7     
  Branches    24827    24834       +7     
==========================================
- Hits        18497    18474      -23     
- Misses       5188     5220      +32     
+ Partials     1142     1140       -2     

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