mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
ci: Disable coverage on Debian 12.
This is probably a more effective workaround for https://github.com/python/cpython/issues/106092. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
49e3e6da06
commit
4f27381ebc
2
.github/workflows/zulip-ci.yml
vendored
2
.github/workflows/zulip-ci.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
||||
- name: Run backend tests
|
||||
run: |
|
||||
source tools/ci/activate-venv
|
||||
./tools/test-backend --coverage --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
|
||||
./tools/test-backend ${{ matrix.os != 'bookworm' && '--coverage' || '' }} --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
|
||||
|
||||
- name: Run mypy
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user