#!/bin/sh -e

set -x

uv run coverage report --show-missing --skip-covered
