-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
cmd: add plugin package tool #9007
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9007 +/- ##
==========================================
- Coverage 67.55% 67.54% -0.02%
==========================================
Files 364 364
Lines 75353 75421 +68
==========================================
+ Hits 50903 50940 +37
- Misses 19954 19984 +30
- Partials 4496 4497 +1
Continue to review full report at Codecov.
|
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.
It is better to add a README file for it.
Co-Authored-By: lysu <sulifx@gmail.com>
LGTM |
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.
LGTM
/run-all-tests |
/run-all-tests |
What problem does this PR solve?
standalone part of #8788, add a plugin package tool to avoid write glue code every time.
What is changed and how it works?
generate glue code from toml config.
Check List
Tests
Code changes
Side effects
Related changes
This change is