Skip to content

chore: boilerplate for local run command#5049

Merged
mergify[bot] merged 28 commits intoaws:mainlinefrom
Varun359:local-run-template
Jul 19, 2023
Merged

chore: boilerplate for local run command#5049
mergify[bot] merged 28 commits intoaws:mainlinefrom
Varun359:local-run-template

Conversation

@Varun359
Copy link
Copy Markdown
Contributor

@Varun359 Varun359 commented Jul 6, 2023

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@Varun359 Varun359 requested a review from a team as a code owner July 6, 2023 22:22
@Varun359 Varun359 requested review from dannyrandall and removed request for a team July 6, 2023 22:22
@Varun359 Varun359 force-pushed the local-run-template branch from f8cf094 to cb242d9 Compare July 6, 2023 22:26
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 6, 2023

🍕 Here are the new binary sizes!

Name New size (kiB) size (kiB) Delta (%)
macOS (amd) 51404 50748 🥺 +1.29
macOS (arm) 51604 50956 🥺 +1.27
linux (amd) 45252 44680 🥺 +1.28
linux (arm) 43524 43012 🥺 +1.19
windows (amd) 42076 41548 🥺 +1.27

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 6, 2023

Codecov Report

❌ Patch coverage is 17.39130% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.67%. Comparing base (55dba4d) to head (596c8da).
⚠️ Report is 387 commits behind head on mainline.

Files with missing lines Patch % Lines
internal/pkg/cli/local_run.go 17.39% 38 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           mainline    #5049      +/-   ##
============================================
- Coverage     69.73%   69.67%   -0.07%     
============================================
  Files           293      294       +1     
  Lines         43003    43049      +46     
  Branches        285      285              
============================================
+ Hits          29988    29994       +6     
- Misses        11552    11593      +41     
+ Partials       1463     1462       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go
Comment thread internal/pkg/cli/local_run.go Outdated
@Varun359 Varun359 force-pushed the local-run-template branch from a4ac5fd to ca8e131 Compare July 7, 2023 18:37
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
@Varun359 Varun359 force-pushed the local-run-template branch from dd93b54 to 08355b4 Compare July 7, 2023 19:50
@Varun359 Varun359 force-pushed the local-run-template branch from 4ba8648 to 083cd17 Compare July 7, 2023 20:41
Comment thread internal/pkg/cli/local_run.go
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
@Varun359 Varun359 force-pushed the local-run-template branch from b80ad8a to 09d57dd Compare July 11, 2023 17:44
@Varun359 Varun359 force-pushed the local-run-template branch from 8c70fc4 to fc7b875 Compare July 11, 2023 18:04
@Varun359 Varun359 added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 11, 2023
@Varun359 Varun359 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 11, 2023
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread cmd/copilot/main.go
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
@Varun359 Varun359 added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 12, 2023
@Varun359 Varun359 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 13, 2023
@Varun359 Varun359 requested a review from a team July 13, 2023 16:58
Copy link
Copy Markdown
Contributor

@Lou1415926 Lou1415926 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit: all are nits

Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run_test.go
@Lou1415926 Lou1415926 added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 14, 2023
@Varun359 Varun359 force-pushed the local-run-template branch from 3a72412 to 5426838 Compare July 17, 2023 15:14
@Varun359 Varun359 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 17, 2023
@iamhopaul123 iamhopaul123 added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 18, 2023
Comment thread internal/pkg/cli/local_run.go
Comment thread internal/pkg/cli/local_run.go Outdated
Comment thread internal/pkg/cli/local_run.go Outdated
@Varun359 Varun359 force-pushed the local-run-template branch from da0b904 to b6f10b9 Compare July 18, 2023 22:18
@Varun359 Varun359 force-pushed the local-run-template branch from 866ac99 to c9c6f4c Compare July 18, 2023 22:28
Copy link
Copy Markdown
Contributor

@iamhopaul123 iamhopaul123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Comment thread internal/pkg/cli/local_run.go Outdated
@iamhopaul123 iamhopaul123 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jul 19, 2023
@mergify mergify Bot merged commit 482e314 into aws:mainline Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants