typer/scripts/test-cov-html.sh
2022-11-05 00:08:30 +01:00

9 lines
124 B
Bash
Executable file

#!/usr/bin/env bash
set -e
set -x
bash scripts/test.sh ${@}
coverage combine
coverage report --show-missing
coverage html