Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 4, 2025

Pull Request

Issue

Closes: #1096

Approach

Adds WASM testing to the Flutter CI matrix as discussed in #1096.

  • New matrix entry Flutter 3.38, Ubuntu, WASM with wasm: true flag
  • Separate test step running flutter test --platform chrome --wasm
  • Code coverage excluded for WASM runs (WASM tests don't produce standard coverage output)

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)
Original prompt

Add wasm to the test matrix. See the last comments in the discussion in #1096.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link

coderabbitai bot commented Dec 4, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Add WebAssembly to the test matrix ci: Add WASM to Flutter test matrix Dec 4, 2025
Copilot AI requested a review from mtrezza December 4, 2025 08:22
@mtrezza mtrezza marked this pull request as ready for review December 4, 2025 08:25
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.96%. Comparing base (828355d) to head (830a778).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1097   +/-   ##
=======================================
  Coverage   43.96%   43.96%           
=======================================
  Files          61       61           
  Lines        3596     3596           
=======================================
  Hits         1581     1581           
  Misses       2015     2015           

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

@mtrezza mtrezza merged commit 76eeca4 into master Dec 4, 2025
14 of 24 checks passed
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