Skip to content

Commit 23ffc01

Browse files
authored
Include hidden files to upload coverage artifact (#1464)
1 parent 2125b64 commit 23ffc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
205205
uses: actions/upload-artifact@v4
206206
with:
207+
include-hidden-files: true
207208
name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}
208209
path: .coverage
209210

0 commit comments

Comments
 (0)