Fix use-after-free race in delay_awaitable::await_suspend #233
+70
−40
Codecov / codecov/project
succeeded
Mar 13, 2026 in 1s
92.47% (+0.00%) compared to 19821af
View this Pull Request on Codecov
92.47% (+0.00%) compared to 19821af
Details
Codecov Report
❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.47%. Comparing base (19821af) to head (9ead7c4).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| include/boost/capy/delay.hpp | 87.50% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #233 +/- ##
========================================
Coverage 92.46% 92.47%
========================================
Files 162 162
Lines 8958 8965 +7
========================================
+ Hits 8283 8290 +7
Misses 675 675 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/capy/ex/detail/timer_service.hpp | 100.00% <100.00%> (ø) |
|
| src/ex/detail/timer_service.cpp | 100.00% <100.00%> (ø) |
|
| include/boost/capy/delay.hpp | 98.11% <87.50%> (-1.89%) |
⬇️ |
... and 14 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 19821af...9ead7c4. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading