#!/bin/sh -e

set -x

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