mirror of https://github.com/tiangolo/fastapi.git
👷 Do not run codspeed with coverage as it's not tracked (#14966)
This commit is contained in:
parent
c5559a66dd
commit
4da264f0f3
|
|
@ -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…
Reference in New Issue