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

Facilitate instantiation without YAML #87

Merged
merged 5 commits into from
Jun 23, 2020
Merged

Facilitate instantiation without YAML #87

merged 5 commits into from
Jun 23, 2020

Conversation

sonelu
Copy link
Owner

@sonelu sonelu commented Jun 23, 2020

Changes in the base framework to allow creation of objects programmatically, without the use of YAML.

Also includes explicit instantiation for #69.

Bumped version to 0.2.0

@sonelu sonelu added this to the Release 0.2 milestone Jun 23, 2020
@sonelu sonelu self-assigned this Jun 23, 2020
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #87 into master will decrease coverage by 0.04%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   94.14%   94.10%   -0.04%     
==========================================
  Files          24       24              
  Lines        2353     2355       +2     
  Branches      340      341       +1     
==========================================
+ Hits         2215     2216       +1     
  Misses         91       91              
- Partials       47       48       +1     
Impacted Files Coverage Δ
roboglia/_version.py 0.00% <0.00%> (ø)
roboglia/base/bus.py 93.39% <85.71%> (-0.83%) ⬇️
roboglia/base/robot.py 93.99% <100.00%> (+0.02%) ⬆️
roboglia/dynamixel/bus.py 97.03% <100.00%> (+0.01%) ⬆️
roboglia/i2c/bus.py 88.51% <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 89365f0...4ecfa86. Read the comment docs.

@sonelu sonelu merged commit 8519bac into master Jun 23, 2020
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.

1 participant