Closed puddly closed 2 years ago
Merging #487 (9261a7a) into dev (0b297b0) will increase coverage by
0.00%
. The diff coverage is100.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.
The EZSP "running" flag was not set during probing after #485 and this was not caught by unit tests. This fixes both problems.