-
Notifications
You must be signed in to change notification settings - Fork 452
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(meta): generate metadata for components #4503
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feature/components #4503 +/- ##
=====================================================
Coverage ? 89.26%
=====================================================
Files ? 322
Lines ? 21802
Branches ? 0
=====================================================
Hits ? 19462
Misses ? 2340
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with this, but I'm also very nosy so I want to know about any other comments/changes if they come down the pipeline please :-)
make lint
?pytest tests/unit
?Generate metadata for components and write the metadata to
prime/component/<component-name>/meta/component.yaml
.Fixes #4466
(CRAFT-2312)