From 27742bbdf7764dae5545ee6ee12632feb28aa4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 11 Dec 2025 16:06:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20config=20for=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8feb8df0..d49e033cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,30 +54,31 @@ jobs: - os: macos-latest python-version: "3.8" pydantic-version: "pydantic-v1" + coverage: coverage - os: windows-latest python-version: "3.8" pydantic-version: "pydantic-v2" + coverage: coverage - os: ubuntu-latest python-version: "3.9" pydantic-version: "pydantic-v1" - os: macos-latest python-version: "3.10" pydantic-version: "pydantic-v2" - coverage: no coverage - os: windows-latest python-version: "3.11" pydantic-version: "pydantic-v1" - coverage: no coverage - os: ubuntu-latest python-version: "3.12" pydantic-version: "pydantic-v2" - coverage: no coverage - 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 fail-fast: false runs-on: ${{ matrix.os }} steps: