fastapi/scripts/coverage.sh

9 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
coverage combine
coverage report
coverage html