felicity-lims/scripts/test-cov-html.sh
2023-04-07 17:52:19 +02:00

6 lines
No EOL
81 B
Bash
Executable file

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