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

Add support for making connections over unix domain sockets #1620

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add support for making connections over unix domain sockets

a5fed95
Select commit
Loading
Failed to load commit list.
Open

Add support for making connections over unix domain sockets #1620

Add support for making connections over unix domain sockets
a5fed95
Select commit
Loading
Failed to load commit list.
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

Impacted file tree graph

@@            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%) ⬇️