Browse Source

👷 Tweak coverage to not pass Smokeshow max file size limit (#14507)

pull/14509/head
Sebastián Ramírez 7 months ago
committed by GitHub
parent
commit
564a4ac1b8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      .github/workflows/test.yml

9
.github/workflows/test.yml

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

Loading…
Cancel
Save