ci: fix Makefile test
CI / install-dependencies (pull_request) Successful in 24s
CI / image check (pull_request) Successful in 5s
CI / build check (pull_request) Successful in 24s
CI / check format (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 27s
CI / test (pull_request) Successful in 3m41s

This commit is contained in:
2026-05-25 13:16:14 +02:00
parent 5219457d33
commit 9dcf345add
+1 -1
View File
@@ -20,7 +20,7 @@ codegen:
test: test-unit test-coverage
test-unit:
go test . -coverprofile=coverage.out
go test ./... -coverprofile=coverage.out
test-coverage:
go tool gcov2lcov -infile coverage.out > lcov.info