chore: always run tests for coverage

This commit is contained in:
Stefan Benz
2025-07-09 16:00:45 +02:00
parent 92e3b43701
commit cc7af908a8

View File

@@ -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