ikalchev / HAP-python

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

V4.7.0 #443

Closed ikalchev closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #443 (e346dab) into master (8b62c19) will decrease coverage by 0.05%. The diff coverage is 90.19%.

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
- Coverage   91.63%   91.59%   -0.05%     
==========================================
  Files          20       20              
  Lines        2140     2176      +36     
  Branches      264      273       +9     
==========================================
+ Hits         1961     1993      +32     
- Misses        136      139       +3     
- Partials       43       44       +1     
Impacted Files Coverage Δ
pyhap/hap_handler.py 80.92% <85.71%> (-0.31%) :arrow_down:
pyhap/accessory_driver.py 91.66% <87.50%> (ø)
pyhap/const.py 100.00% <100.00%> (ø)
pyhap/encoder.py 100.00% <100.00%> (ø)
pyhap/loader.py 100.00% <100.00%> (ø)
pyhap/state.py 100.00% <100.00%> (ø)
pyhap/util.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

bdraco commented 1 year ago

thank you