Browse Source

👷 Tweak tests for coverage

pull/14575/head
Sebastián Ramírez 7 months ago
parent
commit
320fce5559
  1. 6
      .github/workflows/test.yml

6
.github/workflows/test.yml

@ -51,15 +51,11 @@ jobs:
- os: macos-latest - os: macos-latest
python-version: "3.10" python-version: "3.10"
coverage: coverage coverage: coverage
- os: ubuntu-latest
python-version: "3.12"
coverage: coverage
- os: windows-latest - os: windows-latest
python-version: "3.13" python-version: "3.12"
coverage: coverage coverage: coverage
- os: ubuntu-latest - os: ubuntu-latest
python-version: "3.13" python-version: "3.13"
coverage: coverage
- os: ubuntu-latest - os: ubuntu-latest
python-version: "3.14" python-version: "3.14"
coverage: coverage coverage: coverage

Loading…
Cancel
Save