mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-23 00:01:34 +00: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
|