Files
SQLBot/backend/scripts/test.sh
2025-09-08 16:35:36 +08:00

9 lines
141 B
Bash

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