pulquero / RotorHazard

Multi-node video transmitter race timer for drone racing
Other
6 stars 0 forks source link

Node refactoring #88

Closed pulquero closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #88 (e4b6866) into BetaHazard (a79f655) will decrease coverage by 0.12%. The diff coverage is 73.77%.

Impacted file tree graph

@@              Coverage Diff               @@
##           BetaHazard      #88      +/-   ##
==============================================
- Coverage       49.41%   49.29%   -0.13%     
==============================================
  Files             105      105              
  Lines           14964    15011      +47     
  Branches         2665     2666       +1     
==============================================
+ Hits             7394     7399       +5     
- Misses           6902     6947      +45     
+ Partials          668      665       -3     
Impacted Files Coverage Δ
src/tests/test_server.py 83.52% <32.14%> (-8.01%) :arrow_down:
src/interface/ChorusInterface.py 78.03% <66.66%> (-2.59%) :arrow_down:
src/interface/BaseHardwareInterface.py 70.61% <71.79%> (+0.67%) :arrow_up:
src/interface/MqttInterface.py 75.00% <75.00%> (+0.65%) :arrow_up:
src/interface/RHInterface.py 66.31% <81.81%> (-0.63%) :arrow_down:
src/interface/MockInterface.py 86.52% <100.00%> (+5.83%) :arrow_up:
src/interface/Node.py 82.21% <100.00%> (ø)
src/interface/__init__.py 79.34% <100.00%> (-3.22%) :arrow_down:
src/tests/test_chorus.py 67.64% <100.00%> (ø)
src/tests/test_interface.py 98.11% <100.00%> (+0.15%) :arrow_up:
... and 19 more

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 a79f655...e4b6866. Read the comment docs.