#!/bin/bash

set -eu

python3 -m pytest --cov --cov-fail-under=70
