Browse Source

👷 Restove coverage to debug performance

pull/14965/head
Sebastián Ramírez 5 months ago
parent
commit
31c8ba74d3
  1. 5
      .github/workflows/test.yml

5
.github/workflows/test.yml

@ -149,9 +149,12 @@ jobs:
run: uv sync --no-dev --group tests --extra all run: uv sync --no-dev --group tests --extra all
- name: CodSpeed benchmarks - name: CodSpeed benchmarks
uses: CodSpeedHQ/action@v4 uses: CodSpeedHQ/action@v4
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py3.13
CONTEXT: ${{ runner.os }}-py3.13
with: with:
mode: simulation mode: simulation
run: uv run --no-sync pytest tests/benchmarks --codspeed run: uv run --no-sync coverage run -m pytest tests/ --codspeed
coverage-combine: coverage-combine:
needs: needs:

Loading…
Cancel
Save