fastapi/scripts/test-cov-html.sh

10 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