chore: give more resources to wasm tests#2818
Merged
tstirrat15 merged 1 commit intomainfrom Jan 14, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (74.93%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2818 +/- ##
==========================================
- Coverage 78.46% 74.93% -3.52%
==========================================
Files 459 459
Lines 44674 54645 +9971
==========================================
+ Hits 35048 40944 +5896
- Misses 6769 10908 +4139
+ Partials 2857 2793 -64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ecordell
previously approved these changes
Jan 14, 2026
09934c1 to
2b2ac2c
Compare
ecordell
reviewed
Jan 14, 2026
.github/workflows/build-test.yaml
Outdated
| e2e: | ||
| name: "E2E" | ||
| runs-on: "depot-ubuntu-24.04-8" | ||
| runs-on: "depot-ubuntu-24.04-arm-8" |
Contributor
There was a problem hiding this comment.
pretty sure this will fail on arm, but you can try it
ecordell
previously approved these changes
Jan 14, 2026
56ffda6 to
c48f2f9
Compare
c48f2f9 to
fb75387
Compare
ecordell
approved these changes
Jan 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wasm tests are failing. I'm hoping that giving them more resources fixes this.
Changes
Testing
Review.