samclane / LIFX-Control-Panel

As LIFX no longer supports their Windows 10 app, I created an open-source alternative for controlling LIFX-brand smart lights.
https://github.com/samclane/LIFX-Control-Panel
MIT License
162 stars 19 forks source link

[Updated] Color cycle fix #139

Closed samclane closed 2 years ago

samclane commented 2 years ago

Fixed some issues from #136

codecov[bot] commented 2 years ago

Codecov Report

Merging #139 (7d950fb) into master (e538ea4) will increase coverage by 55.49%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #139       +/-   ##
===========================================
+ Coverage    3.31%   58.81%   +55.49%     
===========================================
  Files           4        4               
  Lines         573      573               
===========================================
+ Hits           19      337      +318     
+ Misses        554      236      -318     
Flag Coverage Δ
unittests 58.81% <ø> (+55.49%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lifx_control_panel/test/dummy_devices.py 49.52% <0.00%> (+47.02%) :arrow_up:
lifx_control_panel/utilities/utils.py 63.57% <0.00%> (+58.94%) :arrow_up:
lifx_control_panel/test/dummy_tests.py 70.31% <0.00%> (+67.18%) :arrow_up:
lifx_control_panel/test/functional_test.py 97.43% <0.00%> (+92.30%) :arrow_up:

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 e538ea4...7d950fb. Read the comment docs.