RFC: UNIX server sockets #1433
Draft
RFC: UNIX server sockets #1433
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%> (ø) |
Loading