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

Change handshake timeout behavior #150

Merged
merged 2 commits into from
Sep 25, 2023

wip

002439e
Select commit
Loading
Failed to load commit list.
Merged

Change handshake timeout behavior #150

wip
002439e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2023 in 1s

65.01% (+0.47%) compared to fa3b5ab

View this Pull Request on Codecov

65.01% (+0.47%) compared to fa3b5ab

Details

Codecov Report

Patch coverage: 28.42% and project coverage change: +0.47% 🎉

Comparison is base (fa3b5ab) 64.54% compared to head (002439e) 65.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   64.54%   65.01%   +0.47%     
==========================================
  Files          53       53              
  Lines        9366     9282      -84     
==========================================
- Hits         6045     6035      -10     
+ Misses       3321     3247      -74     
Files Changed Coverage Δ
src/io.rs 81.88% <ø> (ø)
src/v3/selector.rs 0.00% <0.00%> (ø)
src/v5/selector.rs 0.00% <0.00%> (ø)
src/v5/server.rs 56.33% <32.14%> (-0.11%) ⬇️
src/v3/server.rs 57.14% <36.36%> (-0.36%) ⬇️
src/server.rs 60.86% <41.66%> (-0.98%) ⬇️
src/topic.rs 90.22% <100.00%> (-0.04%) ⬇️
src/v3/codec/encode.rs 95.11% <100.00%> (ø)
src/v5/codec/decode.rs 99.09% <100.00%> (-0.02%) ⬇️
src/v5/codec/encode.rs 98.13% <100.00%> (ø)

... and 2 files with indirect coverage changes

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