👷 Do not run codspeed with coverage as it's not tracked (#14966)

This commit is contained in:
Sebastián Ramírez
2026-02-22 10:21:38 -08:00
committed by GitHub
parent c5559a66dd
commit 4da264f0f3

View File

@@ -149,12 +149,9 @@ 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 coverage run -m pytest tests/ --codspeed
run: uv run --no-sync pytest tests/benchmarks --codspeed
coverage-combine:
needs: