🔧 Tweak coverage to handle Smokeshow max file size

This commit is contained in:
Sebastián Ramírez 2025-12-11 16:43:52 +01:00
parent b6b79f1f5f
commit b5afd60606
1 changed files with 7 additions and 4 deletions

View File

@ -46,15 +46,14 @@ 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
# coverage: coverage
- os: windows-latest
python-version: "3.8"
pydantic-version: "pydantic-v2"
@ -75,11 +74,15 @@ jobs:
- os: macos-latest
python-version: "3.13"
pydantic-version: "pydantic-v1"
coverage: coverage
# 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: