From: Sebastián Ramírez Date: Thu, 11 Dec 2025 16:02:26 +0000 (-0800) Subject: 👷 Tweak coverage to not pass Smokeshow max file size limit (#14507) X-Git-Tag: 0.124.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564a4ac1b8c7c75c7229f18f06c5800944b38508;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Tweak coverage to not pass Smokeshow max file size limit (#14507) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94b3fbd9c6..85f9c4afd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: