Sebastián Ramírez
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
4 deletions
-
.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: |
|
|
|
|