sonelu / roboglia

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

Dynamixel SyncWrite and on-device tests #5

Closed sonelu closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #5 into master will increase coverage by 13.87%. The diff coverage is 74.01%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #5       +/-   ##
===========================================
+ Coverage   66.73%   80.60%   +13.87%     
===========================================
  Files          19       19               
  Lines        1016     1088       +72     
  Branches      117      130       +13     
===========================================
+ Hits          678      877      +199     
+ Misses        317      172      -145     
- Partials       21       39       +18     
Impacted Files Coverage Δ
roboglia/dynamixel/sync.py 45.97% <46.34%> (+45.97%) :arrow_up:
roboglia/dynamixel/bus.py 63.10% <58.82%> (+63.10%) :arrow_up:
roboglia/base/sync.py 81.42% <75.00%> (-1.65%) :arrow_down:
roboglia/base/bus.py 78.43% <85.00%> (+1.11%) :arrow_up:
roboglia/base/robot.py 97.93% <95.00%> (+0.31%) :arrow_up:
roboglia/base/device.py 100.00% <100.00%> (ø)
roboglia/base/joint.py 89.25% <100.00%> (+0.36%) :arrow_up:
roboglia/dynamixel/__init__.py 100.00% <100.00%> (+100.00%) :arrow_up:
roboglia/dynamixel/device.py 100.00% <100.00%> (+100.00%) :arrow_up:
roboglia/dynamixel/register.py 100.00% <100.00%> (+100.00%) :arrow_up:
... and 4 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 1b50e14...c852d7b. Read the comment docs.