sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

Sensor and SensorXYZ #42

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Added support for sensors (single value and XYZ)

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.77%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   91.51%   92.29%   +0.77%     
==========================================
  Files          23       24       +1     
  Lines        1603     1764     +161     
  Branches      219      231      +12     
==========================================
+ Hits         1467     1628     +161     
  Misses        100      100              
  Partials       36       36              
Impacted Files Coverage Δ
roboglia/base/__init__.py 100.00% <100.00%> (ø)
roboglia/base/robot.py 94.11% <100.00%> (+0.62%) :arrow_up:
roboglia/base/sensor.py 100.00% <100.00%> (ø)

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 d79ac69...4ef1054. Read the comment docs.