add coverage

This commit is contained in:
clowwindy
2014-12-24 16:47:14 +08:00
parent 9cfffa360e
commit 1d0c8b1800
3 changed files with 30 additions and 1 deletions

View File

@ -60,4 +60,6 @@ rm -rf htmlcov
rm -rf tmp
coverage html --include=shadowsocks/*
coverage report --include=shadowsocks/* | tail -n1 | rev | cut -d' ' -f 1 | rev > /tmp/shadowsocks-coverage
exit $result