@@ -123,7 +123,7 @@ jobs:
123
123
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
124
124
125
125
- name : Upload mypy coverage to Codecov
126
-
126
+
127
127
with :
128
128
file : mypy_report/cobertura.xml
129
129
flags : mypy
@@ -174,7 +174,7 @@ jobs:
174
174
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
175
175
176
176
- name : Upload mypy coverage to Codecov
177
-
177
+
178
178
with :
179
179
file : mypy_report/cobertura.xml
180
180
flags : mypy-min
@@ -230,7 +230,7 @@ jobs:
230
230
python -m pyright xarray/
231
231
232
232
- name : Upload pyright coverage to Codecov
233
-
233
+
234
234
with :
235
235
file : pyright_report/cobertura.xml
236
236
flags : pyright
@@ -286,7 +286,7 @@ jobs:
286
286
python -m pyright xarray/
287
287
288
288
- name : Upload pyright coverage to Codecov
289
-
289
+
290
290
with :
291
291
file : pyright_report/cobertura.xml
292
292
flags : pyright39
@@ -311,7 +311,7 @@ jobs:
311
311
with :
312
312
fetch-depth : 0 # Fetch all history for all branches and tags.
313
313
314
- - uses : actions/setup-python@v5
314
+ - uses : actions/setup-python@v6
315
315
with :
316
316
python-version : " 3.x"
317
317
0 commit comments