mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
2
.github/workflows/zulip-ci.yml
vendored
2
.github/workflows/zulip-ci.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
- name: Run backend tests
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user