Compare commits
2 Commits
claude/iss
...
gemini/iss
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ffbf9cc96 | ||
|
|
f0bf778197 |
15
tox.ini
15
tox.ini
@@ -104,7 +104,7 @@ commands =
|
||||
--cov-report=xml:reports/coverage.xml \
|
||||
--cov-fail-under=73 \
|
||||
--junitxml=reports/junit.xml \
|
||||
-p no:xdist \
|
||||
-n auto --dist worksteal \
|
||||
-m "not ollama and not docker and not selenium and not external_api and not skip_ci and not slow"
|
||||
|
||||
[testenv:coverage]
|
||||
@@ -115,7 +115,7 @@ commands =
|
||||
--cov-report=term-missing \
|
||||
--cov-report=xml \
|
||||
--cov-fail-under=73 \
|
||||
-p no:xdist \
|
||||
-n auto --dist worksteal \
|
||||
-m "not ollama and not docker and not selenium and not external_api and not slow"
|
||||
|
||||
[testenv:coverage-html]
|
||||
@@ -126,7 +126,16 @@ commands =
|
||||
--cov-report=term-missing \
|
||||
--cov-report=html \
|
||||
--cov-fail-under=73 \
|
||||
-p no:xdist \
|
||||
-n auto --dist worksteal \
|
||||
-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) ────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user