ponytracker/coverage.sh
2014-08-10 17:45:25 -07:00

9 lines
204 B
Bash
Executable file

#!/bin/bash
# you must install coverage before executing this script
# pip install coverage
. env/bin/activate
coverage run --source=issue --omit=issue/migrations/*.py manage.py test
coverage report