Skip to content

Commit 1ca9cb9

Browse files
anderskmananbordia
authored and
mananbordia
committed
ci: Disable coverage on Debian 12.
This is probably a more effective workaround for python/cpython#106092. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent cd99b0c commit 1ca9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zulip-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: Run backend tests
174174
run: |
175175
source tools/ci/activate-venv
176-
./tools/test-backend --coverage --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
176+
./tools/test-backend ${{ matrix.os != 'bookworm' && '--coverage' || '' }} --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
177177
178178
- name: Run mypy
179179
run: |

0 commit comments

Comments
 (0)