Skip to content

Commit caa3799

Browse files
Update tests.yml
Fix actions/upload-artifact#602
1 parent 4a3eb8b commit caa3799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Store coverage file
4141
uses: actions/upload-artifact@v4
4242
with:
43+
include-hidden-files: true
4344
name: coverage-${{ matrix.python-version }}
4445
path: .coverage.${{ matrix.python-version }}
4546

0 commit comments

Comments
 (0)