typer/scripts/test-cov-html.sh

7 lines
80 B
Bash
Raw Normal View History

2019-12-24 13:32:25 +01:00
#!/usr/bin/env bash
set -e
set -x
bash scripts/test.sh --cov-report=html ${@}