Skip to content

Commit d80d39c

Browse files
committed
reverting further to see when the coverage issue stops popping up
1 parent 881a242 commit d80d39c

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
os: [ ubuntu-latest, macos-latest ]
28+
os: ubuntu-latest
2929
python-version: [ "3.12" ]
3030
pydantic-version:
3131
- pydantic-v1
3232
- pydantic-v2
33-
include:
34-
- os: ubuntu-22.04
35-
python-version: "3.7"
36-
pydantic-version: pydantic-v1
37-
- os: ubuntu-22.04
38-
python-version: "3.7"
39-
pydantic-version: pydantic-v2
40-
- os: macos-latest
41-
python-version: "3.8"
42-
pydantic-version: pydantic-v1
43-
- os: ubuntu-latest
44-
python-version: "3.9"
45-
pydantic-version: pydantic-v2
46-
- os: ubuntu-latest
47-
python-version: "3.10"
48-
pydantic-version: pydantic-v1
49-
- os: macos-latest
50-
python-version: "3.11"
51-
pydantic-version: pydantic-v2
33+
# include:
34+
# - os: ubuntu-22.04
35+
# python-version: "3.7"
36+
# pydantic-version: pydantic-v1
37+
# - os: ubuntu-22.04
38+
# python-version: "3.7"
39+
# pydantic-version: pydantic-v2
40+
# - os: macos-latest
41+
# python-version: "3.8"
42+
# pydantic-version: pydantic-v1
43+
# - os: ubuntu-latest
44+
# python-version: "3.9"
45+
# pydantic-version: pydantic-v2
46+
# - os: ubuntu-latest
47+
# python-version: "3.10"
48+
# pydantic-version: pydantic-v1
49+
# - os: macos-latest
50+
# python-version: "3.11"
51+
# pydantic-version: pydantic-v2
5252
fail-fast: false
5353
runs-on: ${{ matrix.os }}
5454
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ exclude_lines = [
9191
'if __name__ == "__main__":',
9292
"if TYPE_CHECKING:",
9393
]
94-
skip_empty = true
9594

9695
[tool.coverage.html]
9796
show_contexts = true

0 commit comments

Comments
 (0)