Skip to content

Add verbose output during GitHub repository download#51

Merged
ehennestad merged 2 commits intomainfrom
copilot/fix-issue-50
Mar 19, 2026
Merged

Add verbose output during GitHub repository download#51
ehennestad merged 2 commits intomainfrom
copilot/fix-issue-50

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

GitHub repository install/update runs silently during the download phase — no command window output while websave/unzip execute, which can take significant time for large repos.

  • Added fprintf before and after the download call in installGithubRepository.m, gated by existing Verbose option
  • Follows the same "Please wait, ..." / "Done.\n" pattern already used in installFexPackage.m

Output now looks like:

Please wait, downloading "https://github.com/owner/repo"...Done.

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Add fprintf messages before and after downloading a GitHub repository
so users see progress in the command window. Follows the same pattern
used by installFexPackage.m.

Co-authored-by: ehennestad <17237719+ehennestad@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue #50 Add verbose output during GitHub repository download Mar 19, 2026
Copilot AI requested a review from ehennestad March 19, 2026 13:32
@ehennestad ehennestad marked this pull request as ready for review March 19, 2026 20:48
@ehennestad ehennestad merged commit 5ec9c29 into main Mar 19, 2026
2 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.69%. Comparing base (2491817) to head (4bf263e).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   42.26%   41.69%   -0.58%     
==========================================
  Files          59       59              
  Lines        1455     1463       +8     
==========================================
- Hits          615      610       -5     
- Misses        840      853      +13     

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

@ehennestad ehennestad deleted the copilot/fix-issue-50 branch March 22, 2026 16:48
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