Files

9 lines
120 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests/
coverage report
2024-03-12 17:29:49 +01:00
coverage html --title "${@-coverage}"