From 50a2c064be99303c5dddf725da60e30fbc4f6ede Mon Sep 17 00:00:00 2001 From: Tobias Schoknecht Date: Sun, 18 Sep 2022 05:09:40 +0200 Subject: [PATCH] Fix typo in Taskfile (#122) 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 ./...