zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
184 stars 87 forks source link

Fix radio probing broken by #485 #487

Closed puddly closed 2 years ago

puddly commented 2 years ago

The EZSP "running" flag was not set during probing after #485 and this was not caught by unit tests. This fixes both problems.

codecov-commenter commented 2 years ago

Codecov Report

Merging #487 (9261a7a) into dev (0b297b0) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #487   +/-   ##
=======================================
  Coverage   99.92%   99.93%           
=======================================
  Files          51       51           
  Lines        4283     4286    +3     
=======================================
+ Hits         4280     4283    +3     
  Misses          3        3           
Impacted Files Coverage Δ
bellows/ezsp/__init__.py 98.64% <100.00%> (+0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.