-deploy:
- rsync -vzr --delete --exclude="*.pyc" --exclude="/lxml" --exclude=".hg" --exclude="/manage.py" --exclude=".svn" --exclude="/lektury.sqlite" --exclude="/local_settings.py" . zuber@continental.dreamhost.com:django_projects/wolnelektury
- ssh zuber@continental.dreamhost.com 'touch ~/wolnelektury.stepniowski.com/dispatch.fcgi'
\ No newline at end of file
+.ONESHELL:
+test:
+ cd src
+ coverage run --branch --source='.' ./manage.py test; true
+ rm -rf ../htmlcov
+ coverage html -d ../htmlcov.new
+ rm -rf ../htmlcov
+ mv ../htmlcov.new ../htmlcov
+ coverage report
+ rm .coverage