bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
286 stars 48 forks source link

update errno 103 catch #86

Closed bmartin5692 closed 4 years ago

bmartin5692 commented 4 years ago

Update errno103 catch to work if the error message sent is in a different format.

Fix #85

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into master will decrease coverage by 0.14%. The diff coverage is 9.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
- Coverage   90.26%   90.11%   -0.15%     
==========================================
  Files          13       13              
  Lines        2999     3005       +6     
==========================================
+ Hits         2707     2708       +1     
- Misses        292      297       +5
Impacted Files Coverage Δ
bumper/xmppserver.py 76.79% <9.09%> (-0.85%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0562449...cce9d6f. Read the comment docs.