mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-26 07:40:57 -05:00
10 lines
109 B
Bash
Executable File
10 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test.sh ${@}
|
|
coverage combine
|
|
coverage report
|
|
coverage html
|