From 341f6173aa7a72bc245767bd0c09ad0f581b3cf6 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 31 Mar 2023 15:51:43 -0700 Subject: [PATCH] ci: Enable XML coverage report to fix Codecov uploads. This was broken by commit 534754442a804af97004c23fb1d54a15c579ae93 (#22039). Signed-off-by: Anders Kaseorg --- .github/workflows/zulip-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zulip-ci.yml b/.github/workflows/zulip-ci.yml index 011815a9c8..681faf8db4 100644 --- a/.github/workflows/zulip-ci.yml +++ b/.github/workflows/zulip-ci.yml @@ -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: |