Files
fast_api_template/backend/scripts/test-cov-html.sh
T

7 lines
82 B
Bash
Raw Normal View History

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