Browse Source

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

pull/14968/head
Sebastián Ramírez 4 months ago
committed by GitHub
parent
commit
4da264f0f3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/test.yml

5
.github/workflows/test.yml

@ -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:

Loading…
Cancel
Save