Skip to content

fix imports

7ea1092
Select commit
Loading
Failed to load commit list.
Draft

[DO NOT MERGE] Add web socket server #271

fix imports
7ea1092
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 1s

96.43% (+0.09%) compared to 21d8779

View this Pull Request on Codecov

96.43% (+0.09%) compared to 21d8779

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 (21d8779) to head (7ea1092).
Report is 8 commits behind head on dev.

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        9397    12732    +3335     
==========================================
+ Hits         9053    12278    +3225     
- Misses        344      454     +110     

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