mirror of https://github.com/zulip/zulip.git
Coveralls: Add coverage reporting to backend test suite.
This commit is contained in:
parent
8b9c66aac5
commit
062287d0b0
|
@ -4,7 +4,7 @@ set -x
|
|||
source /srv/zulip-venv/bin/activate
|
||||
export PATH=$PATH:/srv/zulip-venv/bin
|
||||
./tools/lint-all
|
||||
./tools/test-backend
|
||||
./tools/test-backend --coverage
|
||||
./tools/test-management
|
||||
./tools/test-migrations
|
||||
./tools/test-run-dev
|
||||
|
|
Loading…
Reference in New Issue