Coveralls: Add coverage reporting to backend test suite.

This commit is contained in:
Tim Abbott 2016-06-10 17:05:33 -07:00
parent 8b9c66aac5
commit 062287d0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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