File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,11 @@ jobs:
125
125
. venv/bin/activate
126
126
pytest --cov
127
127
- name : Upload coverage artifact
128
- uses : actions/upload-artifact@v4.3.6
128
+ uses : actions/upload-artifact@v4.4.0
129
129
with :
130
130
name : coverage-linux-${{ matrix.python-version }}
131
131
path : .coverage
132
+ include-hidden-files : true
132
133
133
134
tests-windows :
134
135
name : tests / run / ${{ matrix.python-version }} / Windows
@@ -179,10 +180,11 @@ jobs:
179
180
. venv\\Scripts\\activate
180
181
pytest --cov
181
182
- name : Upload coverage artifact
182
- uses : actions/upload-artifact@v4.3.6
183
+ uses : actions/upload-artifact@v4.4.0
183
184
with :
184
185
name : coverage-windows-${{ matrix.python-version }}
185
186
path : .coverage
187
+ include-hidden-files : true
186
188
187
189
tests-pypy :
188
190
name : tests / run / ${{ matrix.python-version }} / Linux
@@ -229,10 +231,11 @@ jobs:
229
231
. venv/bin/activate
230
232
pytest --cov
231
233
- name : Upload coverage artifact
232
- uses : actions/upload-artifact@v4.3.6
234
+ uses : actions/upload-artifact@v4.4.0
233
235
with :
234
236
name : coverage-pypy-${{ matrix.python-version }}
235
237
path : .coverage
238
+ include-hidden-files : true
236
239
237
240
coverage :
238
241
name : tests / process / coverage
You can’t perform that action at this time.
0 commit comments