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