From f0bf7781978ce500b7d9eb11626e7180549a6c9f Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Mon, 23 Mar 2026 14:34:27 -0400 Subject: [PATCH] WIP: Gemini Code progress on #932 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated salvage commit — agent session ended (exit 124). Work in progress, may need continuation. --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tox.ini b/tox.ini index 00cee66..8388dc7 100644 --- a/tox.ini +++ b/tox.ini @@ -129,6 +129,15 @@ commands = -p no:xdist \ -m "not ollama and not docker and not selenium and not external_api and not slow" +[testenv:coverage-parallel] +description = Parallel coverage report +commands = + pytest tests/ -q --tb=short \ + --cov=src \ + --cov-report=term-missing \ + -n auto --dist worksteal \ + -m "not ollama and not docker and not selenium and not external_api and not slow" + # ── Pre-push (mirrors CI exactly) ──────────────────────────────────────────── [testenv:pre-push]