]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Do not run codspeed with coverage as it's not tracked (#14966)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 18:21:38 +0000 (10:21 -0800)
committerGitHub <noreply@github.com>
Sun, 22 Feb 2026 18:21:38 +0000 (19:21 +0100)
.github/workflows/test.yml

index 0d3515efb7b86c7352c9833b0b5df441d82a67ca..86e6bfc148b42fe8611beb87005485b9aef49f46 100644 (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: