mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-25 11:19:15 -05:00
7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test-cov.sh --cov-report=term-missing --cov-report=html ${@}
|