typer/scripts/test-cov-html.sh
Sebastián Ramírez fad33cb49d 🔧 Add scripts
2019-12-24 13:32:25 +01:00

6 lines
80 B
Bash
Executable file

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