Skip to content

Add async file I/O with concurrent random-access operations

5e28f4e
Select commit
Loading
Failed to load commit list.
Merged

Add async file I/O with concurrent random-access operations #218

Add async file I/O with concurrent random-access operations
5e28f4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 26, 2026 in 1s

77.90% (-0.04%) compared to c49ccf1, passed because coverage increased by 0% when compared to adjusted base (77.90%)

View this Pull Request on Codecov

77.90% (-0.04%) compared to c49ccf1, passed because coverage increased by 0% when compared to adjusted base (77.90%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.90%. Comparing base (c49ccf1) to head (5e28f4e).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #218      +/-   ##
===========================================
- Coverage    77.94%   77.90%   -0.04%     
===========================================
  Files           96       96              
  Lines         7410     7397      -13     
  Branches      1808     1806       -2     
===========================================
- Hits          5776     5763      -13     
  Misses        1110     1110              
  Partials       524      524              
Files with missing lines Coverage Δ
include/boost/corosio/detail/intrusive.hpp 100.00% <ø> (ø)
...st/corosio/native/detail/epoll/epoll_scheduler.hpp 83.33% <ø> (ø)
.../corosio/native/detail/kqueue/kqueue_scheduler.hpp 70.33% <ø> (ø)
.../corosio/native/detail/select/select_scheduler.hpp 83.65% <ø> (ø)
src/corosio/src/io_context.cpp 90.32% <ø> (ø)

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 c49ccf1...5e28f4e. Read the comment docs.

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