Skip to content

Merge branch 'python-trio:main' into unix-socket-server

f1b13fa
Select commit
Loading
Failed to load commit list.
Open

Implement highlevel unix socket listeners #3187

Merge branch 'python-trio:main' into unix-socket-server
f1b13fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 1, 2025 in 1s

99.92700% (target 100.00000%)

View this Pull Request on Codecov

99.92700% (target 100.00000%)

Details

Codecov Report

Attention: Patch coverage is 89.55224% with 14 lines in your changes missing coverage. Please review.

Project coverage is 99.92700%. Comparing base (d65d3f6) to head (f1b13fa).
Report is 60 commits behind head on main.

Files with missing lines Patch % Lines
src/trio/_highlevel_open_unix_listeners.py 71.05263% 8 Missing and 3 partials ⚠️
.../trio/_tests/test_highlevel_open_unix_listeners.py 96.20253% 2 Missing and 1 partial ⚠️

❌ Your project check has failed because the head coverage (99.92700%) is below the target coverage (100.00000%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                 Coverage Diff                  @@
##                 main       #3187         +/-   ##
====================================================
- Coverage   100.00000%   99.92700%   -0.07300%     
====================================================
  Files             124         126          +2     
  Lines           19047       19177        +130     
  Branches         1287        1299         +12     
====================================================
+ Hits            19047       19163        +116     
- Misses              0          10         +10     
- Partials            0           4          +4     
Files with missing lines Coverage Δ
src/trio/__init__.py 100.00000% <100.00000%> (ø)
src/trio/_highlevel_socket.py 100.00000% <100.00000%> (ø)
src/trio/_tests/test_exports.py 100.00000% <ø> (ø)
.../trio/_tests/test_highlevel_open_unix_listeners.py 96.20253% <96.20253%> (ø)
src/trio/_highlevel_open_unix_listeners.py 71.05263% <71.05263%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.