Files
CoPay/backend/scripts/test.sh
T
2024-11-17 02:31:42 +03:00

9 lines
141 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 "${@-coverage}"