felicity-lims/felicity/scripts/test-cov-html.sh

6 lines
83 B
Bash
Raw Permalink Normal View History

2023-04-10 20:23:31 +08:00
#!/usr/bin/env bash
set -e
set -x
bash ./scripts/test.sh --cov-report=html "${@}"