From 198aed8c50aa997a2e48bd8e2b29cff95a166a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 11 Dec 2025 16:15:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Include=20Python=203.9=20in=20co?= =?UTF-8?q?verage=20for=20one=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d49e033cb..94b3fbd9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: - os: ubuntu-latest python-version: "3.9" pydantic-version: "pydantic-v1" + coverage: coverage - os: macos-latest python-version: "3.10" pydantic-version: "pydantic-v2"