#! /bin/bash set -xeuo pipefail go test -coverpkg=./... -coverprofile=coverage.out ./... go tool cover -func=coverage.out