flangr/run_coverage

4 lines
146 B
Bash
Executable file

#!/bin/sh
PYTHONPATH=. DJANGO_SETTINGS_MODULE=config.settings.development coverage run -m django test
coverage html
xdg-open ./htmlcov/index.html