Skip to content

fix(ci): use --no-incremental instead of --incremental false in nightly mutation workflow#5

Merged
msalvatti merged 1 commit into
mainfrom
fix/mutation-nightly-incremental-flag
Jun 1, 2026
Merged

fix(ci): use --no-incremental instead of --incremental false in nightly mutation workflow#5
msalvatti merged 1 commit into
mainfrom
fix/mutation-nightly-incremental-flag

Conversation

@msalvatti

Copy link
Copy Markdown
Member

Stryker's CLI treats --incremental false as a positional config-file argument, causing a ConfigReaderError ("Invalid config file 'false'"). The correct boolean negation syntax is --no-incremental.

…ly mutation workflow

Stryker's CLI treats `--incremental false` as a positional config-file
argument, causing a ConfigReaderError ("Invalid config file 'false'").
The correct boolean negation syntax is `--no-incremental`.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 09:28
@msalvatti msalvatti merged commit e412188 into main Jun 1, 2026
2 checks passed
@msalvatti msalvatti deleted the fix/mutation-nightly-incremental-flag branch June 1, 2026 09:28

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

Note

Copilot was unable to run its full agentic suite in this review.

Updates the nightly mutation-testing GitHub Actions workflow to disable Stryker incremental mode using the --no-incremental CLI flag for cold (non-cached) baselines.

Changes:

  • Switch Stryker CLI invocations from --incremental false to --no-incremental for the API job.
  • Switch Stryker CLI invocations from --incremental false to --no-incremental for the Web job.
  • Update the inline workflow comment to match the new flag.

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

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