Files
fastapi/scripts/test-cov-html.sh
2024-08-15 20:57:38 -05:00

10 lines
140 B
Bash
Executable File

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