test suites: Add zulip package tests to Travis and Codecov.
This commit is contained in:
parent
b31cf2f9a9
commit
af9178c4ed
|
@ -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
|
||||
|
|
|
@ -4,3 +4,4 @@ set -ev
|
|||
|
||||
tools/test-bots --coverage combine
|
||||
tools/test-botserver --coverage combine
|
||||
tools/test-zulip --coverage combine
|
||||
|
|
Loading…
Reference in a new issue