#!/usr/bin/env bash

poetry run pytest tests --cov=./pyhaversion --cov-report=xml > /dev/null
poetry run coverage report
