-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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/builder] Allow setting DefaultScheme in builder config #10296
[cmd/builder] Allow setting DefaultScheme in builder config #10296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10296 +/- ##
=======================================
Coverage 92.62% 92.63%
=======================================
Files 386 386
Lines 18236 18237 +1
=======================================
+ Hits 16892 16893 +1
Misses 1000 1000
Partials 344 344 ☔ 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.
Other than the naming issue that @codeboten mentioned, this might need some documentation as well.
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.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.
After thinking about this some more, i think conf_resolver is a bit easier to configure. I suggested all the changes in this PR if you agree
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Description
Allows configuring
DefaultScheme
via the builder config.Link to tracking issue
Related to #10259
Related to #10290
Testing
Local testing and unit tests