File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,11 @@ jobs:
125125 . venv/bin/activate
126126 pytest --cov
127127 - name : Upload coverage artifact
128- uses : actions/upload-artifact@v4.3.6
128+ uses : actions/upload-artifact@v4.4.0
129129 with :
130130 name : coverage-linux-${{ matrix.python-version }}
131131 path : .coverage
132+ include-hidden-files : true
132133
133134 tests-windows :
134135 name : tests / run / ${{ matrix.python-version }} / Windows
@@ -179,10 +180,11 @@ jobs:
179180 . venv\\Scripts\\activate
180181 pytest --cov
181182 - name : Upload coverage artifact
182- uses : actions/upload-artifact@v4.3.6
183+ uses : actions/upload-artifact@v4.4.0
183184 with :
184185 name : coverage-windows-${{ matrix.python-version }}
185186 path : .coverage
187+ include-hidden-files : true
186188
187189 tests-pypy :
188190 name : tests / run / ${{ matrix.python-version }} / Linux
@@ -229,10 +231,11 @@ jobs:
229231 . venv/bin/activate
230232 pytest --cov
231233 - name : Upload coverage artifact
232- uses : actions/upload-artifact@v4.3.6
234+ uses : actions/upload-artifact@v4.4.0
233235 with :
234236 name : coverage-pypy-${{ matrix.python-version }}
235237 path : .coverage
238+ include-hidden-files : true
236239
237240 coverage :
238241 name : tests / process / coverage
You can’t perform that action at this time.
0 commit comments