From cc7af908a8833435e691df8b611b275d38f37e32 Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:00:45 +0200 Subject: [PATCH] chore: always run tests for coverage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d961af8766..a60970bef6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION ?= development-$(now) COMMIT_SHA ?= $(shell git rev-parse HEAD) ZITADEL_IMAGE ?= zitadel:local -GOCOVERDIR = "tmp/coverage/integration" +GOCOVERDIR = "$(shell pwd)/tmp/coverage/integration" GOCOVERDIR_UNIT = "$(shell pwd)/tmp/coverage/unit" ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters