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

feat: add function to create objects from dict #143

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Mar 20, 2021

It closes #142

@codecov
Copy link

codecov bot commented Mar 21, 2021

Codecov Report

Merging #143 (ef7109b) into master (7bf1100) will increase coverage by 0.01%.
The diff coverage is 63.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   31.15%   31.17%   +0.01%     
==========================================
  Files         817      817              
  Lines       93181    93206      +25     
==========================================
+ Hits        29034    29055      +21     
- Misses      64147    64151       +4     
Impacted Files Coverage Δ
kubernetes_asyncio/utils/__init__.py 100.00% <ø> (ø)
kubernetes_asyncio/utils/create_from_yaml.py 61.76% <50.00%> (+4.07%) ⬆️
kubernetes_asyncio/utils/create_from_yaml_test.py 90.00% <100.00%> (+8.18%) ⬆️

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 7bf1100...ef7109b. Read the comment docs.

@tomplus tomplus merged commit a0c999d into master Mar 21, 2021
@tomplus tomplus deleted the feat/create-from-dict branch September 5, 2021 22:58
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.

Implement create_from_dict
1 participant