Skip to content

Commit

Permalink
ci: Disable coverage on Debian 12.
Browse files Browse the repository at this point in the history
This is probably a more effective workaround for
python/cpython#106092.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Feb 6, 2024
1 parent 49e3e6d commit 4f27381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zulip-ci.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 4f27381

Please sign in to comment.