Skip to content

Commit 75d738c

Browse files
authored
ci: Include hidden file in artifact build (#260)
1 parent d7e4c2f commit 75d738c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: coverage-data-${{ matrix.python-version }}
46+
include-hidden-files: true
4647
path: '${{ github.workspace }}/.coverage.*'
4748

4849
coverage:

0 commit comments

Comments
 (0)