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

RFC: UNIX server sockets #1433

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Add newsfragment

5091177
Select commit
Loading
Failed to load commit list.
Draft

RFC: UNIX server sockets #1433

Add newsfragment
5091177
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 20, 2025 in 0s

99.72623% (target 100.00000%)

View this Pull Request on Codecov

99.72623% (target 100.00000%)

Details

Codecov Report

Attention: Patch coverage is 69.82249% with 51 lines in your changes missing coverage. Please review.

Project coverage is 99.72623%. Comparing base (5ca9662) to head (5091177).

Files with missing lines Patch % Lines
src/trio/_highlevel_open_unix_listeners.py 62.22222% 39 Missing and 12 partials ⚠️
Additional details and impacted files
@@                 Coverage Diff                  @@
##                 main       #1433         +/-   ##
====================================================
- Coverage   100.00000%   99.72623%   -0.27377%     
====================================================
  Files             124         126          +2     
  Lines           18460       18629        +169     
  Branches         1216        1234         +18     
====================================================
+ Hits            18460       18578        +118     
- Misses              0          39         +39     
- Partials            0          12         +12     
Files with missing lines Coverage Δ
src/trio/__init__.py 100.00000% <100.00000%> (ø)
.../trio/_tests/test_highlevel_open_unix_listeners.py 100.00000% <100.00000%> (ø)
src/trio/_highlevel_open_unix_listeners.py 62.22222% <62.22222%> (ø)