#!/usr/bin/env bash
set -e
set -x
app
coverage run -m pytest tests/
coverage report
coverage html --title "${@-coverage}"