mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-22 07:08:06 +00:00
11 lines
175 B
Bash
Executable File
11 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
CHECK_JINJA=1 python scripts/generate_select.py
|
|
coverage run -m pytest tests
|
|
coverage combine
|
|
coverage report --show-missing
|
|
coverage html
|