Skip to content

Add branches to push subcommand#126

Open
SandrineP wants to merge 2 commits intoQuantStack:mainfrom
SandrineP:push_branch
Open

Add branches to push subcommand#126
SandrineP wants to merge 2 commits intoQuantStack:mainfrom
SandrineP:push_branch

Conversation

@SandrineP
Copy link
Copy Markdown
Collaborator

@SandrineP SandrineP commented Mar 24, 2026

Fix #98
Add <branch> and --branches flag to push subcommand.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 53.06122% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.04%. Comparing base (f2e1dfb) to head (d1bf381).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/subcommand/push_subcommand.cpp 46.37% 37 Missing ⚠️
src/wrapper/repository_wrapper.cpp 70.00% 6 Missing ⚠️
src/utils/progress.cpp 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
- Coverage   88.27%   86.04%   -2.24%     
==========================================
  Files          61       61              
  Lines        2627     2708      +81     
  Branches      309      323      +14     
==========================================
+ Hits         2319     2330      +11     
- Misses        308      378      +70     

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

@SandrineP SandrineP force-pushed the push_branch branch 2 times, most recently from c20f637 to 07a6ea8 Compare April 7, 2026 14:16
@SandrineP SandrineP marked this pull request as ready for review April 7, 2026 15:25
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.

Add support for git push <remote name> <branch name>

1 participant