From 31c8ba74d39dbdeae4d2616e5d8bb92455dd1680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 22 Feb 2026 19:07:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Restove=20coverage=20to=20debug?= =?UTF-8?q?=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86e6bfc148..0d3515efb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -149,9 +149,12 @@ jobs: run: uv sync --no-dev --group tests --extra all - name: CodSpeed benchmarks uses: CodSpeedHQ/action@v4 + env: + COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py3.13 + CONTEXT: ${{ runner.os }}-py3.13 with: mode: simulation - run: uv run --no-sync pytest tests/benchmarks --codspeed + run: uv run --no-sync coverage run -m pytest tests/ --codspeed coverage-combine: needs: