#! /bin/bash -ex

./scripts/check
uv run coverage run -m pytest tests

uv run coverage report --show-missing --skip-covered --fail-under=100