Fix makefile and coverage output

This commit is contained in:
Marc Di Luzio 2020-06-11 18:55:53 +01:00
parent 223c50228e
commit 1cafd4f2ce
2 changed files with 7 additions and 6 deletions

View file

@ -42,7 +42,9 @@ services:
environment:
- ACCOUNTANT_ADDRESS=rove-accountant:8081
- ROVE_SERVER_ADDRESS=rove-server:80
command: [ "go", "test", "-v", "./...", "--tags=integration", "-cover", "-coverprofile=/tmp/c.out", "-count", "1" ]
command: [ "go", "test", "-v", "./...", "--tags=integration", "-cover", "-coverprofile=/mnt/coverage-data/c.out", "-count", "1" ]
volumes:
- /tmp/coverage-data:/mnt/coverage-data:rw