when: - event: push steps: - name: python tests image: ghcr.io/astral-sh/uv:python3.11 commands: - uv run -- coverage run --module unittest - uv run -- coverage report