#!/usr/bin/env bash

coverage run -m pytest tests
coverage report --show-missing --skip-covered
coverage html

