#!/usr/bin/env bash

cargo llvm-cov --html --open --ignore-filename-regex 'main|cliutil'
