]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Tweak coverage to not pass Smokeshow max file size limit (#14507)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 11 Dec 2025 16:02:26 +0000 (08:02 -0800)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 16:02:26 +0000 (16:02 +0000)
.github/workflows/test.yml

index 94b3fbd9c62c6377a416c3bdb18e3069f3124766..85f9c4afd05f0aa2f462ccf9937b860f1ad2e795 100644 (file)
@@ -46,15 +46,13 @@ jobs:
   test:
     strategy:
       matrix:
-        os: [ ubuntu-latest, windows-latest, macos-latest ]
+        os: [ windows-latest, macos-latest ]
         python-version: [ "3.14" ]
         pydantic-version: [ "pydantic-v2" ]
-        coverage: ["coverage"]
         include:
           - os: macos-latest
             python-version: "3.8"
             pydantic-version: "pydantic-v1"
-            coverage: coverage
           - os: windows-latest
             python-version: "3.8"
             pydantic-version: "pydantic-v2"
@@ -75,11 +73,14 @@ jobs:
           - os: macos-latest
             python-version: "3.13"
             pydantic-version: "pydantic-v1"
-            coverage: coverage
           - os: windows-latest
             python-version: "3.13"
             pydantic-version: "pydantic-v2"
             coverage: coverage
+          - os: ubuntu-latest
+            python-version: "3.14"
+            pydantic-version: "pydantic-v2"
+            coverage: coverage
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps: