fastapi/scripts/test-cov-html.sh
2019-04-05 14:29:36 +04:00

6 lines
80 B
Bash
Executable file

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