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

fix: fix cluster version update #590

Merged
merged 4 commits into from
Jan 2, 2024

chore: add error priority

79cb6a1
Select commit
Loading
Failed to load commit list.
Merged

fix: fix cluster version update #590

chore: add error priority
79cb6a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2023 in 1s

77.06% (+12.66%) compared to fa656ad

View this Pull Request on Codecov

77.06% (+12.66%) compared to fa656ad

Details

Codecov Report

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

Comparison is base (fa656ad) 64.40% compared to head (79cb6a1) 77.06%.
Report is 33 commits behind head on master.

Files Patch % Lines
curp/src/client_new/unary.rs 0.00% 398 Missing ⚠️
curp/src/rpc/connect.rs 0.00% 76 Missing ⚠️
curp/src/client_new/mod.rs 0.00% 67 Missing ⚠️
xline/src/server/kv_server.rs 31.25% 22 Missing ⚠️
curp/src/rpc/mod.rs 84.48% 9 Missing ⚠️
xline-client/src/clients/kv.rs 78.57% 6 Missing ⚠️
xlineapi/src/command.rs 64.70% 6 Missing ⚠️
xline/src/server/command.rs 70.00% 3 Missing ⚠️
curp/src/client.rs 86.66% 2 Missing ⚠️
curp/src/server/raw_curp/mod.rs 96.92% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #590       +/-   ##
===========================================
+ Coverage   64.40%   77.06%   +12.66%     
===========================================
  Files         105      156       +51     
  Lines       18802    21812     +3010     
  Branches    18802        0    -18802     
===========================================
+ Hits        12109    16810     +4701     
+ Misses       5955     5002      -953     
+ Partials      738        0      -738     

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