From 9c9e4f1fb6fa38ac081c2d4d3883fbb26c97bba0 Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Thu, 13 Nov 2025 13:30:21 -0700 Subject: [PATCH] Bump minimum coverage Baby steps on right direction. Increasing minimum coverage to 32.65% --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97ab4eab3..af38f6136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,8 +128,8 @@ publish-db = "cargo publish --locked -p infra-compass-db --all-features" publish-cli = "cargo publish --locked -p infra-compass-cli --all-features" [tool.pixi.feature.python-test.tasks] -tests-p = "pytest --durations=20 -rapP -vv --cov=compass --cov-report=html --cov-branch --cov-report=xml:coverage.xml --cov-fail-under=30 tests/python" -tests-u = "pytest --durations=20 -rapP -vv --cov=compass --cov-report=html --cov-branch --cov-report=xml:coverage.xml --cov-fail-under=30 tests/python/unit" +tests-p = "pytest --durations=20 -rapP -vv --cov=compass --cov-report=html --cov-branch --cov-report=xml:coverage.xml --cov-fail-under=32.65 tests/python" +tests-u = "pytest --durations=20 -rapP -vv --cov=compass --cov-report=html --cov-branch --cov-report=xml:coverage.xml --cov-fail-under=32.65 tests/python/unit" tests-i = "pytest --durations=20 -rapP -vv --cov=compass --cov-report=html --cov-branch --cov-report=xml:coverage.xml --cov-fail-under=15 tests/python/integration" [tool.pixi.feature.python-doc.tasks]