Sebastián Ramírez b560e9deb8
⬆️ Upgrade Ruff and Black (#968)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-03 22:22:04 -05:00

10 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests
coverage combine
coverage report --show-missing
coverage html