From ac1bd1968c89ce7035a87f42f52b4fa62cee4bdd Mon Sep 17 00:00:00 2001 From: Tobias Schoknecht Date: Wed, 13 Jul 2022 12:31:50 +0200 Subject: [PATCH] Fix typo in Taskfile Super minor change and you could do it yourself - just found it and would propose fixing it --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index a749ac5..7746f51 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -25,6 +25,6 @@ tasks: - go test -race ./... test-coverage: - desc: Runs go tests and calucates test coverage + desc: Runs go tests and calculates test coverage cmds: - go test -race -coverprofile=c.out ./...