felicity-lims/felicity/scripts/test-cov-html.sh
2023-04-10 14:23:31 +02:00

6 lines
No EOL
83 B
Bash
Executable file

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