MariusRumpf / node-lifx

Node.js implementation of the LIFX LAN protocol :bulb:
MIT License
144 stars 28 forks source link

Stop timers when socket is closed in destroy() #26

Closed waynelee closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 54.98%

Merging #26 into master will increase coverage by +0.32% as of 4e6dde4

@@            master     #26   diff @@
======================================
  Files           42      42       
  Stmts         1211    1213     +2
  Branches       181     181       
  Methods          0       0       
======================================
+ Hit            662     667     +5
+ Partial         24      21     -3
  Missed         525     525       

Review entire Coverage Diff as of 4e6dde4

Powered by Codecov. Updated on successful CI builds.

MariusRumpf commented 8 years ago

Good catch, thanks a lot.