archive
/
md-pdf
Archived
1
Fork 0
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

9 lines
107 B
Bash
Raw Normal View History

2017-05-27 20:04:36 +01:00
#!/usr/bin/env bash
2017-05-30 17:17:37 +01:00
set -e
2017-05-27 20:04:36 +01:00
2017-06-08 10:09:52 +01:00
coverage run --source=md_pdf -m unittest -v $@
coverage report
coverage html