fix_: GOCOVERDIR

This commit is contained in:
Igor Sirotin 2024-09-05 23:09:58 +01:00
parent 9995dc1149
commit 6e498f03c4
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ services:
timeout: 2s
retries: 120
environment:
GOCOVERDIR: "./coverage/binary"
GOCOVERDIR: "/coverage/binary"
volumes:
- ./coverage/binary:/coverage/binary