test suites: Add zulip package tests to Travis and Codecov.

This commit is contained in:
derAnfaenger 2017-09-05 13:11:07 +02:00 committed by Tim Abbott
parent b31cf2f9a9
commit af9178c4ed
2 changed files with 3 additions and 1 deletions

View file

@ -16,9 +16,10 @@ exclude_lines =
def __unicode__[(]self[)]:
[run]
source = zulip_bots, zulip_botserver
source = zulip, zulip_bots, zulip_botserver
omit =
# Parts of the test runner infrastructure
tools/test-main
tools/test-bots
tools/test-botserver
tools/test-zulip

View file

@ -4,3 +4,4 @@ set -ev
tools/test-bots --coverage combine
tools/test-botserver --coverage combine
tools/test-zulip --coverage combine