-
Notifications
You must be signed in to change notification settings - Fork 490
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
build: support SWAGGER_CONVERTER_API override #5968
Conversation
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.
Seems good once CI passes
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 like the way this is implemented, because it preserves existing behavior.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5968 +/- ##
==========================================
+ Coverage 55.71% 55.73% +0.02%
==========================================
Files 490 490
Lines 68125 68125
==========================================
+ Hits 37954 37971 +17
+ Misses 27599 27585 -14
+ Partials 2572 2569 -3 ☔ View full report in Codecov by Sentry. |
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.
looks like the job passed
Summary
This updates the Makefile in daemon/algod/api to support setting a different SWAGGER_CONVERTER_API, and starts up a Github workflow service container for
swaggerapi/swagger-converter
when running the codegen_verification job.Test Plan
Check codegen_verification Github job to make sure it works.