Skip to content

Commit 6695be5

Browse files
authored
1 parent 97be5c5 commit 6695be5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
name: coverage-artifact-prerelease-${{ matrix.python }}
6060
path: .coverage-prerelease-${{ matrix.python }}
61+
include-hidden-files: true
6162

6263
compliance:
6364
runs-on: ubuntu-latest
@@ -85,6 +86,7 @@ jobs:
8586
with:
8687
name: coverage-artifact-compliance-${{ matrix.python }}
8788
path: .coverage-compliance-${{ matrix.python }}
89+
include-hidden-files: true
8890

8991
cover:
9092
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)