mirror of https://github.com/zulip/zulip.git
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:
parent
f8227dc0c3
commit
1d8ce4bdad
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue