Files
fast_api_template/backend/scripts/test.sh
T

9 lines
132 B
Bash
Raw Normal View History

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