Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #36, #33, tests for i2c and dyn on device #39

Merged
merged 2 commits into from
May 17, 2020
Merged

fix #36, #33, tests for i2c and dyn on device #39

merged 2 commits into from
May 17, 2020

Conversation

sonelu
Copy link
Owner

@sonelu sonelu commented May 17, 2020

fix #36, #33, tests for i2c and dyn on device

@codecov
Copy link

codecov bot commented May 17, 2020

Codecov Report

Merging #39 into master will decrease coverage by 0.70%.
The diff coverage is 76.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   91.70%   91.00%   -0.71%     
==========================================
  Files          23       23              
  Lines        1567     1600      +33     
  Branches      212      219       +7     
==========================================
+ Hits         1437     1456      +19     
- Misses         95      105      +10     
- Partials       35       39       +4     
Impacted Files Coverage Δ
roboglia/dynamixel/bus.py 91.62% <0.00%> (ø)
roboglia/i2c/bus.py 91.02% <67.74%> (-8.98%) ⬇️
roboglia/base/device.py 92.50% <83.33%> (+0.39%) ⬆️
roboglia/base/register.py 94.48% <100.00%> (+0.40%) ⬆️
roboglia/base/sync.py 83.90% <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 1eb297c...6e55dae. Read the comment docs.

@sonelu sonelu self-assigned this May 17, 2020
@sonelu sonelu added this to the Release 0.1 milestone May 17, 2020
@sonelu sonelu linked an issue May 17, 2020 that may be closed by this pull request
@sonelu sonelu merged commit 79e4dab into master May 17, 2020
@sonelu sonelu deleted the in-device branch May 23, 2020 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading device definition is very slow i2c read word for double byte not working as expected
1 participant