mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-22 15:37:33 +00:00
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
coverage run -m pytest tests
|
|
coverage combine
|
|
coverage report --show-missing
|
|
coverage xml
|