sonelu / roboglia

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

RangeRead in dynamixel and fix #63; additional testing #66

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Added RangeReadLoop in dynamixel; fixes #63 testing

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will increase coverage by 0.80%. The diff coverage is 85.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   95.79%   96.60%   +0.80%     
==========================================
  Files          25       25              
  Lines        2261     2298      +37     
  Branches      327      335       +8     
==========================================
+ Hits         2166     2220      +54     
+ Misses         63       49      -14     
+ Partials       32       29       -3     
Impacted Files Coverage Δ
roboglia/base/bus.py 94.21% <ø> (+3.01%) :arrow_up:
roboglia/base/thread.py 95.23% <0.00%> (-1.37%) :arrow_down:
roboglia/dynamixel/sync.py 92.90% <81.81%> (+3.25%) :arrow_up:
roboglia/dynamixel/bus.py 96.81% <93.75%> (+6.52%) :arrow_up:
roboglia/dynamixel/__init__.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 27dc3a9...73e9cea. Read the comment docs.