sonelu / roboglia

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

Finalize explicit refactoring #30

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Added tests and updates for test coverage. A couple of bug fixes.

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 1.46%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   90.24%   91.70%   +1.46%     
==========================================
  Files          23       23              
  Lines        1568     1567       -1     
  Branches      213      212       -1     
==========================================
+ Hits         1415     1437      +22     
+ Misses        108       95      -13     
+ Partials       45       35      -10     
Impacted Files Coverage Δ
roboglia/dynamixel/bus.py 91.62% <50.00%> (+7.31%) :arrow_up:
roboglia/base/device.py 92.10% <100.00%> (ø)
roboglia/base/register.py 94.07% <100.00%> (+0.74%) :arrow_up:
roboglia/dynamixel/register.py 100.00% <100.00%> (+8.33%) :arrow_up:
roboglia/i2c/bus.py 100.00% <100.00%> (+1.45%) :arrow_up:
roboglia/utils/checks.py 100.00% <0.00%> (+3.03%) :arrow_up:

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 1a7264c...2deba54. Read the comment docs.