Update jenkins.sh
rm CI coverage
This commit is contained in:
parent
f7d7aee3a6
commit
2ab8c6bf5d
1 changed files with 5 additions and 6 deletions
|
@ -102,11 +102,10 @@ fi
|
|||
run_test tests/test_udp_src.sh
|
||||
run_test tests/test_command.sh
|
||||
|
||||
coverage combine && coverage report --include=shadowsocks/*
|
||||
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
|
||||
# coverage combine && coverage report --include=shadowsocks/*
|
||||
# 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…
Reference in a new issue