File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828 test :
29- runs-on : ubuntu-latest
3029 strategy :
3130 matrix :
32- python-version :
33- - " 3.8"
34- - " 3.9"
35- - " 3.10"
36- - " 3.11"
37- - " 3.12"
38- - " 3.13"
39- - " 3.14"
40- pydantic-version :
41- - " v2"
31+ os : [ ubuntu-latest, windows-latest, macos-latest ]
32+ python-version : ["3.14"]
33+ pydantic-version : ["v2"]
4234 include :
4335 - python-version : " 3.8"
4436 pydantic-version : " v1"
37+ os : windows-latest
4538 - python-version : " 3.9"
46- pydantic-version : " v1"
39+ pydantic-version : " v2"
40+ os : macos-latest
4741 - python-version : " 3.10"
4842 pydantic-version : " v1"
43+ os : ubuntu-latest
44+ - python-version : " 3.11"
45+ pydantic-version : " v2"
46+ os : windows-latest
47+ - python-version : " 3.12"
48+ pydantic-version : " v1"
49+ os : macos-latest
50+ - python-version : " 3.13"
51+ pydantic-version : " v1"
52+ os : ubuntu-latest
53+ - python-version : " 3.13"
54+ pydantic-version : " v2"
55+ os : windows-latest
4956 fail-fast : false
57+ runs-on : ${{ matrix.os }}
5058 steps :
5159 - name : Dump GitHub context
5260 env :
8795 - name : Store coverage files
8896 uses : actions/upload-artifact@v5
8997 with :
90- name : coverage-${{ matrix.python-version }}-pydantic-${{ matrix.pydantic-version }}
98+ name : coverage-${{ runner.os }}-${{ matrix.python-version }}-pydantic-${{ matrix.pydantic-version }}
9199 path : coverage
92100 include-hidden-files : true
93101
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ source = [
8989 " src" ,
9090 " tests" ,
9191]
92+ relative_files = true
9293context = ' ${CONTEXT}'
9394dynamic_context = " test_function"
9495omit = [
You can’t perform that action at this time.
0 commit comments