Skip to content

Commit 73688e0

Browse files
Add include-hidden-files: true to upload artifact actions
1 parent cb2058d commit 73688e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
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
@@ -183,6 +184,7 @@ jobs:
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
@@ -233,6 +235,7 @@ jobs:
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

0 commit comments

Comments
 (0)