sonelu / roboglia

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

Logging messages, device inits, fix #64, update fine tuning thread.py #65

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Updated logging messages Device init updates Fixes #64 Updated fine tuning in base.thread

codecov[bot] commented 4 years ago

Codecov Report

Merging #65 into master will decrease coverage by 0.32%. The diff coverage is 87.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   96.12%   95.79%   -0.33%     
==========================================
  Files          25       25              
  Lines        2247     2261      +14     
  Branches      330      327       -3     
==========================================
+ Hits         2160     2166       +6     
- Misses         55       63       +8     
  Partials       32       32              
Impacted Files Coverage Δ
roboglia/base/bus.py 91.20% <37.50%> (-3.68%) :arrow_down:
roboglia/dynamixel/bus.py 90.29% <70.58%> (-1.30%) :arrow_down:
roboglia/base/sync.py 84.26% <81.81%> (+0.36%) :arrow_up:
roboglia/base/device.py 100.00% <100.00%> (ø)
roboglia/base/register.py 100.00% <100.00%> (ø)
roboglia/base/robot.py 97.45% <100.00%> (ø)
roboglia/base/thread.py 96.59% <100.00%> (+0.04%) :arrow_up:
roboglia/dynamixel/sync.py 89.65% <100.00%> (ø)
roboglia/i2c/sync.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 7f09e32...27dc3a9. Read the comment docs.