sms-receiver/backend/app/scripts/test-cov-html.sh
Pablo Aramburo b639ed5157 [add] Initial commit
Boilerplate + sops encrypted envs
2022-08-22 14:17:56 -06:00

7 lines
82 B
Bash
Executable File

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