Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #863 socket activation: for TCP and IPC (POSIX only) #2033

Merged
merged 5 commits into from
Dec 30, 2024

ipc/tcp stream tests: use dup() to avoid confusion and hang in teardown

a74d853
Select commit
Loading
Failed to load commit list.
Merged

fixes #863 socket activation: for TCP and IPC (POSIX only) #2033

ipc/tcp stream tests: use dup() to avoid confusion and hang in teardown
a74d853
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2024 in 1s

82.62% (+0.00%) compared to 60c9c1c

View this Pull Request on Codecov

82.62% (+0.00%) compared to 60c9c1c

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.62%. Comparing base (60c9c1c) to head (a74d853).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2033   +/-   ##
=======================================
  Coverage   82.61%   82.62%           
=======================================
  Files          95       95           
  Lines       23650    23709   +59     
  Branches     3040     3050   +10     
=======================================
+ Hits        19539    19589   +50     
- Misses       4040     4049    +9     
  Partials       71       71           

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