Skip to content

Commit 9545570

Browse files
committed
Allow hidden files for upload-artifact
1 parent a1f9ee6 commit 9545570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
name: coverage-data-${{ matrix.python-version }}
3131
path: .coverage.${{ matrix.python-version }}
32+
include-hidden-files: true
3233
coverage:
3334
name: Coverage
3435
needs: test

0 commit comments

Comments
 (0)