Browse Source

👷 Update coverage config in CI

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

2
.github/workflows/test.yml

@ -54,8 +54,10 @@ jobs:
- os: windows-latest
python-version: "3.12"
coverage: coverage
# Ubuntu with 3.13 needs coverage for CodSpeed benchmarks
- os: ubuntu-latest
python-version: "3.13"
coverage: coverage
- os: ubuntu-latest
python-version: "3.14"
coverage: coverage

Loading…
Cancel
Save