[runtime/tokio] support for core pinned dedicated tasks #3549
Codecov / codecov/project
succeeded
Apr 22, 2026 in 1s
95.81% (-0.06%) compared to 2a7dd42
View this Pull Request on Codecov
95.81% (-0.06%) compared to 2a7dd42
Details
Codecov Report
❌ Patch coverage is 91.51943% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.81%. Comparing base (2a7dd42) to head (1fb2e83).
@@ Coverage Diff @@
## main #3549 +/- ##
==========================================
- Coverage 95.87% 95.81% -0.06%
==========================================
Files 442 442
Lines 172121 173696 +1575
Branches 4010 4083 +73
==========================================
+ Hits 165017 166425 +1408
- Misses 5840 5969 +129
- Partials 1264 1302 +38 | Files with missing lines | Coverage Δ | |
|---|---|---|
| runtime/src/deterministic.rs | 96.23% <100.00%> (+0.01%) |
⬆️ |
| runtime/src/telemetry/metrics/task.rs | 100.00% <100.00%> (ø) |
|
| runtime/src/utils/mod.rs | 97.58% <100.00%> (ø) |
|
| runtime/src/utils/cell.rs | 76.92% <0.00%> (-1.51%) |
⬇️ |
| runtime/src/lib.rs | 97.58% <96.87%> (-0.05%) |
⬇️ |
| runtime/src/tokio/runtime.rs | 84.58% <87.23%> (-0.28%) |
⬇️ |
| runtime/src/utils/thread.rs | 88.09% <88.77%> (+0.21%) |
⬆️ |
... and 20 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...1fb2e83. 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.
Loading