Files
bps_admin/backend/scripts/test-cov-html.sh
T

7 lines
82 B
Bash
Executable File

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