blob: 8193b489b20e38d1afa641d6b41ffc6834553913 [file] [log] [blame]
#!/usr/bin/env bash
set -euxo pipefail
uv run coverage run --parallel -m pytest tests/unit/ -s
uv run coverage combine
uv run coverage report
uv run coverage xml