Skip to content

[worker] Use runtime settings from storage#3801

Draft
sjchmiela wants to merge 2 commits into
mainfrom
stanley/runtime-settings
Draft

[worker] Use runtime settings from storage#3801
sjchmiela wants to merge 2 commits into
mainfrom
stanley/runtime-settings

Conversation

@sjchmiela
Copy link
Copy Markdown
Contributor

Why

Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests.

How

How did you build this feature or fix this bug and why?

Test Plan

Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction.

}

if (config.npmCacheUrl) {
const npmCacheUrl = shouldUseCache('npm') ? config.npmCacheUrl : null;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice this is where we'll check for https://github.com/expo/universe/pull/27727

@github-actions
Copy link
Copy Markdown

❌ It looks like a changelog entry is missing for this PR. Add it manually to CHANGELOG.md.
⏩ If this PR doesn't require a changelog entry, such as if it's an internal change that doesn't affect the user experience, you can add the "no changelog" label to the PR.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 30, 2026

Codecov Report

❌ Patch coverage is 92.94118% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.55%. Comparing base (0ab2a04) to head (c641c68).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
packages/worker/src/runtimeSettings.ts 91.94% 5 Missing ⚠️
packages/worker/src/env.ts 94.12% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3801      +/-   ##
==========================================
+ Coverage   57.30%   57.55%   +0.26%     
==========================================
  Files         905      912       +7     
  Lines       39291    39556     +265     
  Branches     8235     8284      +49     
==========================================
+ Hits        22510    22761     +251     
- Misses      15314    15329      +15     
+ Partials     1467     1466       -1     

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

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