Skip to content

Add source-URI installer API and refactor installRequirements#54

Merged
ehennestad merged 1 commit intomainfrom
add-installFromSourceUri
Mar 22, 2026
Merged

Add source-URI installer API and refactor installRequirements#54
ehennestad merged 1 commit intomainfrom
add-installFromSourceUri

Conversation

@ehennestad
Copy link
Copy Markdown
Owner

  • Added a new function installFromSourceUri in +matbox/+setup/installFromSourceUri.m to handle installation from both fex:// (File Exchange) and https://github.com/ URIs, returning a normalized install result structure.
  • Updated installRequirements.m to use the new installFromSourceUri function for both GitHub and File Exchange dependencies, replacing the previous case-specific logic and removing duplicate helper functions.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 22, 2026

Test Results

21 tests   21 ✅  22s ⏱️
 5 suites   0 💤
 1 files     0 ❌

Results for commit 5bb8007.

♻️ This comment has been updated with latest results.

@ehennestad ehennestad merged commit 0b261ff into main Mar 22, 2026
4 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 22, 2026

Codecov Report

❌ Patch coverage is 70.31250% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.92%. Comparing base (2519f3d) to head (5bb8007).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
code/+matbox/+setup/installFromSourceUri.m 67.79% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   42.02%   41.92%   -0.11%     
==========================================
  Files          59       60       +1     
  Lines        1468     1493      +25     
==========================================
+ Hits          617      626       +9     
- Misses        851      867      +16     

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

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.

1 participant