-
Notifications
You must be signed in to change notification settings - Fork 174
feat: add --address option to func run #2887
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2887 +/- ##
==========================================
+ Coverage 57.96% 62.55% +4.58%
==========================================
Files 129 129
Lines 15767 15872 +105
==========================================
+ Hits 9140 9929 +789
+ Misses 5785 4998 -787
- Partials 842 945 +103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d82d1e7 to
c8c9daf
Compare
d68ea2a to
3d6ad34
Compare
3d6ad34 to
a6a99f0
Compare
| of the container even if no filesysem changes are detected | ||
| $ {{rootCmdUse}} run --build | ||
| o Run the function locally on the host with no containerization (Go only). |
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.
OT: this can be expanded right?
| o Run the function locally on the host with no containerization (Go only). | |
| o Run the function locally on the host with no containerization (Go & Python only). |
gauron99
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
Adds the --address flag to func run
/kind enhancement