From ae0403402810b4eea31aa9f110a29649fb726150 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Mon, 27 Apr 2026 23:40:47 +0200 Subject: [PATCH] verify-coverage-mutants.fsx -> mutannot.fsx --- README.md | 2 +- verify-coverage-mutants.fsx => mutannot.fsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename verify-coverage-mutants.fsx => mutannot.fsx (98%) diff --git a/README.md b/README.md index 493143e..85ee564 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ This allows you to annotate Xunit test cases with a mutation that should cause the test to fail. -`verify-coverage-mutants.fsx` will apply each mutation and verify that the test actually fails. +`mutannot.fsx` will apply each mutation and verify that the test actually fails. Current state: LLM-generated prototype diff --git a/verify-coverage-mutants.fsx b/mutannot.fsx similarity index 98% rename from verify-coverage-mutants.fsx rename to mutannot.fsx index 0c68461..a797846 100755 --- a/verify-coverage-mutants.fsx +++ b/mutannot.fsx @@ -80,7 +80,7 @@ let repoRoot = let parseArgs (args: string list) = let usage () = - fail "Usage: verify-coverage-mutants.fsx [--configuration Debug|Release] [--build-arg ...] [--no-build] [--list | --show | --run [id...]]" + fail "Usage: mutannot.fsx [--configuration Debug|Release] [--build-arg ...] [--no-build] [--list | --show | --run [id...]]" let rec loop configuration projectPath buildArgs noBuild remaining = match remaining with