mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-25 17:35:40 +00:00
9 lines
113 B
Bash
9 lines
113 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
coverage run -m pytest tests
|
||
|
coverage combine
|
||
|
coverage report --show-missing
|