add coverage
This commit is contained in:
parent
9cfffa360e
commit
1d0c8b1800
3 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue