Skip to content

[runtime] use dedicated executor

467a9e8
Select commit
Loading
Failed to load commit list.
Open

[runtime/tokio] support for colocated tasks #3548

[runtime] use dedicated executor
467a9e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2026 in 0s

95.82% (-0.05%) compared to 2a7dd42

View this Pull Request on Codecov

95.82% (-0.05%) compared to 2a7dd42

Details

Codecov Report

❌ Patch coverage is 97.89474% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.82%. Comparing base (2a7dd42) to head (467a9e8).
⚠️ Report is 98 commits behind head on main.

Files with missing lines Patch % Lines
runtime/src/tokio/dedicated.rs 94.73% 5 Missing and 2 partials ⚠️
runtime/src/utils/cell.rs 0.00% 3 Missing ⚠️
@@            Coverage Diff             @@
##             main    #3548      +/-   ##
==========================================
- Coverage   95.87%   95.82%   -0.05%     
==========================================
  Files         442      443       +1     
  Lines      172121   173954    +1833     
  Branches     4010     4084      +74     
==========================================
+ Hits       165017   166697    +1680     
- Misses       5840     5955     +115     
- Partials     1264     1302      +38     
Files with missing lines Coverage Δ
runtime/src/deterministic.rs 96.31% <100.00%> (+0.09%) ⬆️
runtime/src/lib.rs 98.09% <100.00%> (+0.46%) ⬆️
runtime/src/telemetry/metrics/task.rs 100.00% <100.00%> (ø)
runtime/src/tokio/runtime.rs 85.46% <100.00%> (+0.60%) ⬆️
runtime/src/utils/mod.rs 97.58% <ø> (ø)
runtime/src/utils/supervision.rs 100.00% <100.00%> (ø)
runtime/src/utils/cell.rs 76.92% <0.00%> (-1.51%) ⬇️
runtime/src/tokio/dedicated.rs 94.73% <94.73%> (ø)

... and 23 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.