Files
full-stack-fastapi-template/backend/scripts/test-cov-html.sh
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 "${@}"