Files
fastapi/scripts/test-cov-html.sh
2024-08-18 16:07:03 -05:00

10 lines
109 B
Bash
Executable File

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