Skip to content
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

[Feature] Support --network selection in CLI. #27967

Merged
merged 14 commits into from
Jun 6, 2024
Merged

Conversation

d0cd
Copy link
Collaborator

@d0cd d0cd commented May 28, 2024

This PR allows users to select the network via the --network flag in the Leo CLI.

@d0cd d0cd requested a review from evan-schott June 1, 2024 18:54
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

Attention: Patch coverage is 43.72760% with 157 lines in your changes are missing coverage. Please review.

Project coverage is 74.65%. Comparing base (920dff9) to head (c485ee5).

Files Patch % Lines
leo/cli/commands/account.rs 29.57% 50 Missing ⚠️
leo/cli/commands/execute.rs 0.00% 43 Missing ⚠️
errors/src/errors/cli/cli_errors.rs 0.00% 16 Missing ⚠️
leo/cli/commands/run.rs 50.00% 12 Missing ⚠️
leo/cli/commands/example.rs 0.00% 8 Missing ⚠️
leo/cli/commands/build.rs 81.25% 6 Missing ⚠️
leo/package/src/package.rs 84.37% 5 Missing ⚠️
leo/cli/commands/deploy.rs 0.00% 3 Missing ⚠️
utils/retriever/src/program_context/manifest.rs 75.00% 3 Missing ⚠️
leo/cli/commands/query/utils.rs 0.00% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##           mainnet   #27967      +/-   ##
===========================================
- Coverage    75.15%   74.65%   -0.50%     
===========================================
  Files          217      218       +1     
  Lines         7477     7544      +67     
  Branches      7477     7544      +67     
===========================================
+ Hits          5619     5632      +13     
- Misses        1858     1912      +54     

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

examples/battleship/leo.lock Outdated Show resolved Hide resolved
@evan-schott evan-schott merged commit 6ef5b36 into mainnet Jun 6, 2024
13 checks passed
@evan-schott evan-schott deleted the feat/generic-cli branch June 6, 2024 00:09
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.

2 participants