This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/scripts/run-tests.sh
2017-06-08 10:09:52 +01:00

9 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
set -e
coverage run --source=md_pdf -m unittest -v $@
coverage report
coverage html