Browse Source

🔧 Tweak coverage to handle Smokeshow max file size

pull/14506/head
Sebastián Ramírez 7 months ago
parent
commit
b5afd60606
  1. 11
      .github/workflows/test.yml

11
.github/workflows/test.yml

@ -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:

Loading…
Cancel
Save