sqlmodel/scripts/test.sh

10 lines
126 B
Bash
Raw Normal View History

2021-08-24 14:03:19 +00:00
#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests
coverage combine
coverage report --show-missing
2021-08-24 18:14:33 +00:00
coverage xml