#!/bin/bash -eu

cd $(dirname $0)/..

docker-compose run --rm app go test ./... -cover
