circleci: Upload to codecov on xenial too.

Only takes about 11 seconds; and there may be some codepaths that are
exercised on one release and not the other.
This commit is contained in:
Greg Price 2018-01-31 09:41:05 -08:00
parent f8227dc0c3
commit 1d8ce4bdad
1 changed files with 7 additions and 0 deletions

View File

@ -130,6 +130,13 @@ jobs:
. /srv/zulip-py3-venv/bin/activate
mispipe ./tools/travis/backend ts
- run:
name: upload coverage report
command: |
. /srv/zulip-py3-venv/bin/activate
pip install codecov && codecov \
|| echo "Error in uploading coverage reports to codecov.io."
workflows:
version: 2
build: