Merged in bugfix/createout (pull request #17)

Mkdir out/

* create
This commit is contained in:
Michael McGuinness
2025-01-13 17:37:20 +00:00
parent b9dec0e3fa
commit 1f4d61b1b3
+1
View File
@@ -15,6 +15,7 @@ tasks:
INTERNAL: "./internal/..."
API: "./api/..."
cmds:
- mkdir -p {{.OUT_DIR}}
- |
go test {{.INTERNAL}} {{.API}} \
-coverpkg={{.INTERNAL}},{{.API}} -coverprofile={{.COVERAGE_FILE}}