mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
6 lines
75 B
Bash
Executable file
6 lines
75 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test.sh --cov-report=html
|