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

6 lines
81 B
Bash
Raw Normal View History

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