Add support for making connections over unix domain sockets #1620
Codecov / codecov/project
failed
Dec 17, 2024 in 0s
96.83% (-0.09%) compared to c9625a1
View this Pull Request on Codecov
96.83% (-0.09%) compared to c9625a1
Details
Codecov Report
Attention: Patch coverage is 67.64706%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 96.83%. Comparing base (
c9625a1
) to head (a5fed95
).
Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
xknx/io/tunnel.py | 68.42% | 6 Missing |
xknx/io/transport/tcp_transport.py | 40.00% | 3 Missing |
xknx/io/knxip_interface.py | 66.66% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1620 +/- ##
==========================================
- Coverage 96.92% 96.83% -0.09%
==========================================
Files 160 160
Lines 10688 10717 +29
==========================================
+ Hits 10359 10378 +19
- Misses 329 339 +10
Files with missing lines | Coverage Δ | |
---|---|---|
xknx/io/connection.py | 100.00% <100.00%> (ø) |
|
xknx/io/knxip_interface.py | 87.86% <66.66%> (-0.60%) |
⬇️ |
xknx/io/transport/tcp_transport.py | 43.07% <40.00%> (-0.48%) |
⬇️ |
xknx/io/tunnel.py | 84.50% <68.42%> (-1.33%) |
⬇️ |
Loading