Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pritchett
Copy link
Contributor

This PR adds a Remote menu and the ability to add a new remote

@codecov
Copy link

codecov bot commented May 29, 2025

Codecov Report

Attention: Patch coverage is 2.43902% with 40 lines in your changes missing coverage. Please review.

Project coverage is 87.84%. Comparing base (6b8f359) to head (cb48935).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/ops/remote.rs 0.00% 38 Missing ⚠️
src/menu.rs 0.00% 1 Missing ⚠️
src/ops/mod.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
- Coverage   88.36%   87.84%   -0.52%     
==========================================
  Files          67       68       +1     
  Lines        6798     6839      +41     
==========================================
+ Hits         6007     6008       +1     
- Misses        791      831      +40     

☔ 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.

Copy link
Owner

@altsem altsem left a comment

Choose a reason for hiding this comment

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

Nice! I'll merge it in and just add some tests.

let remote_name = state.prompt(
term,
&PromptParams {
prompt: "Remote name:",
Copy link
Owner

Choose a reason for hiding this comment

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

A colon is appended in State::prompt, no need for them here.

@altsem altsem merged commit ae5dbb9 into altsem:master May 29, 2025
5 checks passed
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