Files
bps_admin/backend/scripts/test.sh
T
2024-03-07 23:03:15 +00:00

9 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
coverage run --source=app -m pytest
coverage report --show-missing
coverage html --title "${@}"