fastapi-master/scripts/test-cov-html.sh

10 lines
109 B
Bash
Raw Normal View History

2024-08-24 12:41:47 +08:00
#!/usr/bin/env bash
set -e
set -x
bash scripts/test.sh ${@}
coverage combine
coverage report
coverage html