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

[DO NOT MERGE] Add web socket server #271

Draft
wants to merge 137 commits into
base: dev
Choose a base branch
from

fix imports

0d26a6a
Select commit
Loading
Failed to load commit list.
Draft

[DO NOT MERGE] Add web socket server #271

fix imports
0d26a6a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2024 in 1s

96.43% (+0.09%) compared to 11cf9ba

View this Pull Request on Codecov

96.43% (+0.09%) compared to 11cf9ba

Details

Codecov Report

Attention: Patch coverage is 97.10072% with 116 lines in your changes missing coverage. Please review.

Project coverage is 96.43%. Comparing base (11cf9ba) to head (0d26a6a).

Files with missing lines Patch % Lines
zha/websocket/client/client.py 80.00% 31 Missing ⚠️
zha/websocket/server/client.py 80.95% 24 Missing ⚠️
zha/application/websocket_api.py 90.25% 23 Missing ⚠️
zha/application/gateway.py 94.08% 19 Missing ⚠️
zha/websocket/client/helpers.py 97.61% 7 Missing ⚠️
zha/application/platforms/sensor/model.py 96.20% 3 Missing ⚠️
zha/application/platforms/sensor/__init__.py 97.33% 2 Missing ⚠️
zha/application/platforms/websocket_api.py 97.67% 2 Missing ⚠️
zha/model.py 97.22% 2 Missing ⚠️
zha/application/platforms/light/websocket_api.py 98.24% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #271      +/-   ##
==========================================
+ Coverage   96.33%   96.43%   +0.09%     
==========================================
  Files          61      110      +49     
  Lines        9388    12723    +3335     
==========================================
+ Hits         9044    12269    +3225     
- Misses        344      454     +110     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.