Browse Source

🔧 Include Python 3.9 in coverage for one line

pull/14171/head
Sebastián Ramírez 7 months ago
parent
commit
198aed8c50
  1. 1
      .github/workflows/test.yml

1
.github/workflows/test.yml

@ -62,6 +62,7 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
python-version: "3.9" python-version: "3.9"
pydantic-version: "pydantic-v1" pydantic-version: "pydantic-v1"
coverage: coverage
- os: macos-latest - os: macos-latest
python-version: "3.10" python-version: "3.10"
pydantic-version: "pydantic-v2" pydantic-version: "pydantic-v2"

Loading…
Cancel
Save