Files
fast_api_template/backend/scripts/test-cov-html.sh
T
2024-03-07 16:35:33 +00:00

7 lines
82 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
bash scripts/test.sh --cov-report=html "${@}"