Skip to content

feat(serf-compio)!: API parity with serf-reactor (+ 3 real defects fixed) - #97

Open
al8n wants to merge 6 commits into
refactor/sansiofrom
feat/compio-parity
Open

feat(serf-compio)!: API parity with serf-reactor (+ 3 real defects fixed)#97
al8n wants to merge 6 commits into
refactor/sansiofrom
feat/compio-parity

test(serf-compio): await the delegate hooks instead of racing them

630e948
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 4, 2026 in 1s

95.05% (-0.14%) compared to b57b960

View this Pull Request on Codecov

95.05% (-0.14%) compared to b57b960

Details

Codecov Report

❌ Patch coverage is 92.76411% with 50 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.05%. Comparing base (b57b960) to head (630e948).

Files with missing lines Patch % Lines
serf-compio/src/driver/quic/mod.rs 83.75% 13 Missing ⚠️
serf-compio/src/driver/stream/mod.rs 80.00% 12 Missing ⚠️
serf-compio/src/driver/shared/mod.rs 85.24% 9 Missing ⚠️
serf-compio/src/quic/mod.rs 91.95% 7 Missing ⚠️
serf-compio/src/tls/mod.rs 92.04% 7 Missing ⚠️
serf-compio/src/tcp/mod.rs 97.72% 2 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##           refactor/sansio      #97      +/-   ##
===================================================
- Coverage            95.19%   95.05%   -0.14%     
===================================================
  Files                   94       94              
  Lines                18899    19555     +656     
===================================================
+ Hits                 17990    18588     +598     
- Misses                 909      967      +58     
Files with missing lines Coverage Δ
serf-compio/src/delegate/mod.rs 100.00% <ø> (ø)
serf-compio/src/delegate/void.rs 100.00% <100.00%> (ø)
serf-compio/src/error/mod.rs 100.00% <ø> (ø)
serf-compio/src/lib.rs 100.00% <ø> (ø)
serf-compio/src/resolver/dns/mod.rs 97.89% <100.00%> (+4.27%) ⬆️
serf-compio/src/serf/mod.rs 99.68% <100.00%> (+0.16%) ⬆️
serf-compio/src/transport/runtime.rs 100.00% <100.00%> (ø)
serf-reactor/src/lib.rs 100.00% <ø> (ø)
serf-reactor/src/quic/mod.rs 100.00% <ø> (ø)
serf-reactor/src/serf/mod.rs 99.51% <ø> (ø)
... and 8 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b57b960...630e948. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.