mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-29 09:08:01 +08:00
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
coverage run -m pytest tests
|
|
coverage combine
|
|
coverage report --show-missing
|