diff --git a/scripts/tests.yml b/scripts/tests.yml index e476744a..954fd878 100644 --- a/scripts/tests.yml +++ b/scripts/tests.yml @@ -15,6 +15,7 @@ tasks: INTERNAL: "./internal/..." API: "./api/..." cmds: + - mkdir -p {{.OUT_DIR}} - | go test {{.INTERNAL}} {{.API}} \ -coverpkg={{.INTERNAL}},{{.API}} -coverprofile={{.COVERAGE_FILE}}