test-cov-html.sh 82 B

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