Files
fast_api_template/backend/scripts/test.sh
T

9 lines
141 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
set -x
coverage run --source=app -m pytest
coverage report --show-missing
2024-03-12 17:29:49 +01:00
coverage html --title "${@-coverage}"