verify-coverage-mutants.fsx -> mutannot.fsx

This commit is contained in:
Sven van Heugten 2026-04-27 23:40:47 +02:00
parent 88db0ab12b
commit ae04034028
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
This allows you to annotate Xunit test cases with a mutation that should cause the test to fail. 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 Current state: LLM-generated prototype

View file

@ -80,7 +80,7 @@ let repoRoot =
let parseArgs (args: string list) = let parseArgs (args: string list) =
let usage () = let usage () =
fail "Usage: verify-coverage-mutants.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]" fail "Usage: mutannot.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]"
let rec loop configuration projectPath buildArgs noBuild remaining = let rec loop configuration projectPath buildArgs noBuild remaining =
match remaining with match remaining with