| #!/bin/bash# See CONTRIBUTING.md for usage.set -exTAG="docker-compose:$(git rev-parse --short HEAD)"rm -rf coverage-html# Create the host directory so it's owned by $USERmkdir -p coverage-htmldocker build -t "$TAG" .GIT_VOLUME="--volume=$(pwd)/.git:/code/.git". script/test/all
 |