7 lines
82 B
Bash
7 lines
82 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
bash scripts/test.sh --cov-report=html "${@}"
|