mirror of https://github.com/zulip/zulip.git
ci: Enable XML coverage report to fix Codecov uploads.
This was broken by commit 534754442a
(#22039).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
ecd559edd4
commit
341f6173aa
|
@ -122,7 +122,7 @@ jobs:
|
||||||
- name: Run backend tests
|
- name: Run backend tests
|
||||||
run: |
|
run: |
|
||||||
source tools/ci/activate-venv
|
source tools/ci/activate-venv
|
||||||
./tools/test-backend --coverage --include-webhooks --no-cov-cleanup --ban-console-output
|
./tools/test-backend --coverage --xml-report --no-html-report --include-webhooks --no-cov-cleanup --ban-console-output
|
||||||
|
|
||||||
- name: Run mypy
|
- name: Run mypy
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue