ikalchev / HAP-python

A python implementation of the HomeKit Accessory Protocol (HAP)
Other
607 stars 116 forks source link

Fix error logging when get_characteristics fails #425

Closed bdraco closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #425 (a680c78) into dev (fbd1f4b) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #425   +/-   ##
=======================================
  Coverage   91.78%   91.78%           
=======================================
  Files          20       20           
  Lines        2119     2119           
  Branches      287      262   -25     
=======================================
  Hits         1945     1945           
  Misses        132      132           
  Partials       42       42           
Impacted Files Coverage Δ
pyhap/accessory_driver.py 92.25% <100.00%> (ø)