Skip to content

Commit 34d1908

Browse files
authored
set include-hidden-files to true for actions/upload-artifact@v4 (#84)
1 parent e1cc513 commit 34d1908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
name: coverage-${{ matrix.python-version }}
7575
path: coverage
76+
include-hidden-files: true
7677

7778
coverage-combine:
7879
needs: [test]
@@ -105,6 +106,7 @@ jobs:
105106
with:
106107
name: coverage-html
107108
path: htmlcov
109+
include-hidden-files: true
108110

109111
# https://github.com/marketplace/actions/alls-green#why
110112
check: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)