fix_: GOCOVERDIR
This commit is contained in:
parent
9995dc1149
commit
6e498f03c4
|
@ -16,7 +16,7 @@ services:
|
|||
timeout: 2s
|
||||
retries: 120
|
||||
environment:
|
||||
GOCOVERDIR: "./coverage/binary"
|
||||
GOCOVERDIR: "/coverage/binary"
|
||||
volumes:
|
||||
- ./coverage/binary:/coverage/binary
|
||||
|
||||
|
|
Loading…
Reference in New Issue