Skip to content

Commit e4c6fad

Browse files
committed
Pass through COVERAGE environment variable.
1 parent 3fc93e6 commit e4c6fad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentinel/docker-compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
volumes:
2020
- ../:/code
2121
command: bash -c "cd /code && bundle install && bundle exec sus sentinel/test"
22+
environment:
23+
- COVERAGE=${COVERAGE}
2224
depends_on:
2325
- redis-master
2426
- redis-slave

0 commit comments

Comments
 (0)