chore(wpd-codec): raise the mutation break threshold to 100 - #1279
Conversation
|
The workspace-wide "Mutation testing" workflow triggered by this PR ran every package rather than just wpd-codec, because its shard-planning step failed to resolve the |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Two independent full cold Stryker runs (incremental cache deleted before each) both landed on a genuine 100.00% mutation score across every source file, with zero survived and zero no-coverage mutants. The package's existing test suite already killed every mutation opportunity; no source restructuring or new tests were needed to close any gap.
e3bdcf6 to
71a48b9
Compare
|
🎉 This PR is included in version 3.5.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Two independent full cold Stryker runs (incremental cache deleted before each) both landed on a genuine 100.00% mutation score across every source file in wpd-codec, with zero survived and zero no-coverage mutants across every classification. The package's existing test suite already killed every mutation opportunity, so no source restructuring or new tests were needed to close any gap.
// Stryker disablecomments anywhere in the package.typecheck,lint, andtestall pass.breakThresholdraised from 64 to 100 instryker.config.ts.