Skip to content

Add a proactor-based asynchronous acceptor#200

Open
mrabine wants to merge 5 commits into
mainfrom
198-add-a-proactor-based-async-acceptor
Open

Add a proactor-based asynchronous acceptor#200
mrabine wants to merge 5 commits into
mainfrom
198-add-a-proactor-based-async-acceptor

Conversation

@mrabine
Copy link
Copy Markdown
Collaborator

@mrabine mrabine commented May 15, 2026

No description provided.

@mrabine mrabine linked an issue May 15, 2026 that may be closed by this pull request
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 15, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 45 complexity · 34 duplication

Metric Results
Complexity 45
Duplication 34

View in Codacy

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

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

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0a8cf28) 11668 11283 96.70%
Head commit (0a45069) 11729 (+61) 11349 (+66) 96.76% (+0.06%)

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 (#200) 115 115 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.

@coveralls
Copy link
Copy Markdown

coveralls commented May 15, 2026

Coverage Report for CI Build 25931835485

Coverage increased (+0.06%) to 96.76%

Details

  • Coverage increased (+0.06%) from the base build.
  • Patch coverage: 115 of 115 lines across 2 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: 11729
Covered Lines: 11349
Line Coverage: 96.76%
Coverage Strength: 106350.98 hits per line

💛 - Coveralls

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.73%. Comparing base (0a8cf28) to head (0a45069).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   96.72%   96.73%   +0.01%     
==========================================
  Files          93       94       +1     
  Lines       10952    11011      +59     
==========================================
+ Hits        10593    10652      +59     
  Misses        359      359              
Flag Coverage Δ
unittests 96.73% <100.00%> (+0.01%) ⬆️

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.

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