From 88db0ab12b803c4a1eb96c3a7c65e90c362cecbb Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Mon, 27 Apr 2026 23:24:08 +0200 Subject: [PATCH 1/2] Remove file that is already in Example.Tests --- MutationCase.fs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 MutationCase.fs diff --git a/MutationCase.fs b/MutationCase.fs deleted file mode 100644 index 12e6475..0000000 --- a/MutationCase.fs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Mutannot - -open System - -[] -type MutationCaseAttribute(id: string, file: string, line: int, find: string, replace: string) = - inherit Attribute() - - member _.Id = id - member _.File = file - member _.Line = line - member _.Find = find - member _.Replace = replace From 8c7e2275157489773b26fec296ed70f61d64972b Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Mon, 27 Apr 2026 23:40:47 +0200 Subject: [PATCH 2/2] verify-coverage-mutants.fsx -> mutannot.fsx --- verify-coverage-mutants.fsx => mutannot.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename verify-coverage-mutants.fsx => mutannot.fsx (98%) 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