Skip to content

Fix mutation seed test discovery#214

Merged
joesobo merged 1 commit into
mainfrom
codex/fix-mutation-seed-tests
May 22, 2026
Merged

Fix mutation seed test discovery#214
joesobo merged 1 commit into
mainfrom
codex/fix-mutation-seed-tests

Conversation

@joesobo
Copy link
Copy Markdown
Owner

@joesobo joesobo commented May 22, 2026

Summary

  • pass seed job test include globs through to the external quality-tools mutation command
  • let CodeGraphy's Vitest config consume quality-tools include env overrides
  • make Stryker Vitest config paths sandbox-relative and stop constraining repo-relative test globs with a package dir

Validation

  • pnpm --filter @codegraphy-dev/extension exec vitest run --config vitest.config.ts tests/extension/mutation/seedJobs.test.ts tests/vitest.includes.test.ts
  • pnpm exec tsx scripts/mutation/runSeedJob.ts --package plugin-typescript --shard plugin-typescript
  • CODEGRAPHY_MUTATION_RUN=1 CODEGRAPHY_VITEST_SCOPE=extension QUALITY_TOOLS_VITEST_INCLUDE_JSON='["packages/extension/tests/shared/globMatch.test.ts"]' QUALITY_TOOLS_REPORTS_DIR=reports/quality-tools node node_modules/.pnpm/@stryker-mutator+core@9.6.1_@types+node@20.19.37/node_modules/@stryker-mutator/core/bin/stryker.js run stryker.extension.config.cjs --dryRunOnly --incrementalFile reports/quality-tools/mutation/extension/debug-incremental.json -m 'packages/extension/src/shared/globMatch.ts'
  • pnpm run typecheck
  • pnpm run lint
  • git diff --check

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 22, 2026

⚠️ No Changeset found

Latest commit: cbba955

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@joesobo joesobo merged commit 69c8e6b into main May 22, 2026
9 checks passed
@joesobo joesobo deleted the codex/fix-mutation-seed-tests branch May 22, 2026 21:47
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.

1 participant