fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5ef3ba7e4ece679b2b3609c9471fb815c1705b04
[wolnelektury.git]
/
Makefile
1
.ONESHELL:
2
test:
3
cd src
4
coverage run --branch --source='.' ./manage.py test; true
5
rm -rf ../htmlcov
6
coverage html -d ../htmlcov.new
7
rm -rf ../htmlcov
8
mv ../htmlcov.new ../htmlcov
9
coverage report
10
rm .coverage