Skip to content

Optional io_uring backend#179

Merged
mrabine merged 12 commits into
mainfrom
118-implementation-of-io_uring-backend-for-event-handling
May 29, 2026
Merged

Optional io_uring backend#179
mrabine merged 12 commits into
mainfrom
118-implementation-of-io_uring-backend-for-event-handling

Conversation

@mrabine

@mrabine mrabine commented Mar 23, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@mrabine mrabine linked an issue Mar 23, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.46570% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.71%. Comparing base (05ae679) to head (a92c61b).

Files with missing lines Patch % Lines
core/include/join/proactor_uring_impl.hpp 94.55% 16 Missing ⚠️
core/src/reactor.cpp 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
- Coverage   96.78%   96.71%   -0.07%     
==========================================
  Files          95       96       +1     
  Lines       11061    11227     +166     
==========================================
+ Hits        10705    10858     +153     
- Misses        356      369      +13     
Flag Coverage Δ
unittests 96.71% <96.46%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@coveralls

coveralls commented Mar 23, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 26655660736

Coverage decreased (-0.05%) to 96.71%

Details

  • Coverage decreased (-0.05%) from the base build.
  • Patch coverage: 17 uncovered changes across 2 files (489 of 506 lines covered, 96.64%).
  • 1 coverage regression across 1 file.

Uncovered Changes

File Changed Covered %
core/include/join/proactor_uring_impl.hpp 314 298 94.9%
core/src/reactor.cpp 4 3 75.0%
Total (4 files) 506 489 96.64%

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
core/src/reactor.cpp 1 98.46%

Coverage Stats

Coverage Status
Relevant Lines: 11975
Covered Lines: 11581
Line Coverage: 96.71%
Coverage Strength: 102796.94 hits per line

💛 - Coveralls

mrabine and others added 7 commits March 24, 2026 22:49
…-implementation-of-io_uring-backend-for-event-handling
…-implementation-of-io_uring-backend-for-event-handling
…-implementation-of-io_uring-backend-for-event-handling
…ntation-of-io_uring-backend-for-event-handling
@codacy-production

codacy-production Bot commented May 27, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 424 complexity · 515 duplication

Metric Results
Complexity 424
Duplication 515

View in Codacy

🟢 Coverage 96.64% diff coverage · -0.05% coverage variation

Metric Results
Coverage variation -0.05% coverage variation
Diff coverage 96.64% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (05ae679) 11791 11409 96.76%
Head commit (a92c61b) 11975 (+184) 11581 (+172) 96.71% (-0.05%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#179) 506 489 96.64%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@mrabine mrabine changed the title optional io_uring backend Optional io_uring backend May 29, 2026
@mrabine mrabine marked this pull request as ready for review May 29, 2026 16:10
@mrabine mrabine merged commit 84fef3a into main May 29, 2026
13 of 15 checks passed
@mrabine mrabine deleted the 118-implementation-of-io_uring-backend-for-event-handling branch May 29, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implementation of io_uring Backend for Event Handling

2 participants