From 6e498f03c4d3a22838b8b4c5d080c0b7b00a754d Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Thu, 5 Sep 2024 23:09:58 +0100 Subject: [PATCH] fix_: GOCOVERDIR --- integration-tests/docker-compose.test.status-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/docker-compose.test.status-go.yml b/integration-tests/docker-compose.test.status-go.yml index a5ab02f81..b61495aee 100644 --- a/integration-tests/docker-compose.test.status-go.yml +++ b/integration-tests/docker-compose.test.status-go.yml @@ -16,7 +16,7 @@ services: timeout: 2s retries: 120 environment: - GOCOVERDIR: "./coverage/binary" + GOCOVERDIR: "/coverage/binary" volumes: - ./coverage/binary:/coverage/binary