8558cf00a2
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test.sh --cov-report=html "${@}"
|