diff --git a/Taskfile.yml b/Taskfile.yml index 4baaba1..d62a398 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -79,6 +79,7 @@ tasks: cover: desc: Run test and analyze coverage + deps: [frontend] cmds: - go test ./... -coverprofile=coverage.out -covermode=atomic - go tool cover -html=coverage.out -o=coverage.html