ponytracker/coverage.sh
2014-08-13 19:23:05 -07:00

9 lines
160 B
Bash
Executable file

#!/bin/bash
# you must install coverage before executing this script
# pip install coverage
. env/bin/activate
coverage run manage.py test
coverage report