Skip to content

Add proactor-based async stream acceptor and socket - #226

Merged
mrabine merged 12 commits into
mainfrom
198-add-a-proactor-based-async-acceptor
Aug 25, 2026
Merged

Add proactor-based async stream acceptor and socket#226
mrabine merged 12 commits into
mainfrom
198-add-a-proactor-based-async-acceptor

Conversation

@mrabine

@mrabine mrabine commented Aug 23, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@codacy-production

codacy-production Bot commented Aug 23, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 286 complexity · 767 duplication

Metric Results
Complexity 286
Duplication 767

View in Codacy

🟢 Coverage 100.00% diff coverage · +0.14% coverage variation

Metric Results
Coverage variation +0.14% coverage variation
Diff coverage 100.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0b3970c) 13372 12977 97.05%
Head commit (39af534) 13633 (+261) 13250 (+273) 97.19% (+0.14%)

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 (#226) 312 312 100.00%

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 linked an issue Aug 23, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.20%. Comparing base (0b3970c) to head (39af534).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   97.06%   97.20%   +0.14%     
==========================================
  Files         120      122       +2     
  Lines       12565    12804     +239     
==========================================
+ Hits        12196    12446     +250     
+ Misses        369      358      -11     
Flag Coverage Δ
unittests 97.20% <100.00%> (+0.14%) ⬆️

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

☔ View full report in Codecov by Harness.
📢 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 Aug 23, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 32791447393

Coverage increased (+0.1%) to 97.191%

Details

  • Coverage increased (+0.1%) from the base build.
  • Patch coverage: 312 of 312 lines across 6 files are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 13633
Covered Lines: 13250
Line Coverage: 97.19%
Coverage Strength: 91126.42 hits per line

💛 - Coveralls

@mrabine
mrabine merged commit ce57964 into main Aug 25, 2026
23 of 24 checks passed
@mrabine
mrabine deleted the 198-add-a-proactor-based-async-acceptor branch August 25, 2026 00:11
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.

Add a proactor-based async acceptor

2 participants