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:
Anders Kaseorg 2023-03-31 15:51:43 -07:00
parent ecd559edd4
commit 341f6173aa
1 changed files with 1 additions and 1 deletions

View File

@ -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: |