From 61b2354e1bb5e92f0b674ccf3d3cb311a860cb64 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Tue, 7 Jan 2025 21:49:10 +0000 Subject: [PATCH] Merged in feature/removecmdtestig (pull request #8) REmove cmd testing * removed --- scripts/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/tests.yml b/scripts/tests.yml index c761a737..c5bf7e04 100644 --- a/scripts/tests.yml +++ b/scripts/tests.yml @@ -15,10 +15,8 @@ tasks: vars: INTERNAL: "{{.CONTEXT}}/internal/..." API: "{{.CONTEXT}}/api/..." - CMD: "{{.CONTEXT}}/cmd/..." cmds: - - mkdir -p {{.CONTEXT}}/{{.OUT_DIR}} - - go test {{.INTERNAL}} {{.API}} {{.CMD}} -coverpkg={{.INTERNAL}},{{.API}},{{.CMD}} -coverprofile={{.COVERAGE_FILE}} + - go test {{.INTERNAL}} {{.API}} -coverpkg={{.INTERNAL}},{{.API}} -coverprofile={{.COVERAGE_FILE}} unit:coverage: deps: - unit