From 8d1609e34f6f8eadc4ce3755502db040f5666276 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 2 Nov 2025 22:00:24 +0000 Subject: [PATCH] Add coverage report to test command --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index be7523c..46942ad 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -22,7 +22,7 @@ tasks: - build test: cmds: - - go test ./... + - go test -coverprofile=coverage.txt ./... test-e2e: cmds: - task: build