Skip to content

chore: windows dev and ci. - #56

Merged
knightedcodemonkey merged 1 commit into
mainfrom
bananas
Jan 3, 2026
Merged

chore: windows dev and ci.#56
knightedcodemonkey merged 1 commit into
mainfrom
bananas

Conversation

@knightedcodemonkey

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 3, 2026 00:11
@codecov

codecov Bot commented Jan 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.43%. Comparing base (e8e7f69) to head (6c06092).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   89.43%   89.43%           
=======================================
  Files          15       15           
  Lines        1467     1467           
  Branches      394      394           
=======================================
  Hits         1312     1312           
  Misses         39       39           
  Partials      116      116           

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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds Windows support for development and continuous integration by updating scripts, tests, and CI configuration to handle Windows-specific behaviors. The main changes include handling undefined environment variables, using appropriate shell options for Windows, and adding cross-platform environment variable support.

  • Updates test and script files to properly handle Windows platform-specific requirements
  • Adds cross-env package for cross-platform environment variable handling
  • Expands CI matrix to include Windows builds alongside Ubuntu

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/next-fixture.test.ts Added Windows support by filtering undefined env variables and enabling shell mode for Windows in spawn calls
scripts/setup-wasm.mjs Enhanced npm pack execution with Windows compatibility (shell option and .cmd support), updated WASM binding version, and removed unused CLI entry logic
package.json Added cross-env dependency and updated test scripts to use cross-env for cross-platform environment variable support
package-lock.json Added cross-env and its dependency @epic-web/invariant to the lock file
.github/workflows/ci.yml Expanded CI matrix to test on both Ubuntu and Windows with explicit Node versions (22.17.0, 24.11.1)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@knightedcodemonkey
knightedcodemonkey merged commit 91c4f96 into main Jan 3, 2026
13 checks passed
@knightedcodemonkey
knightedcodemonkey deleted the bananas branch January 3, 2026 00:16
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