Skip to content

Commit 7c4016e

Browse files
authored
Fix coverage
1 parent 499c6ac commit 7c4016e

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
@@ -85,6 +85,8 @@ jobs:
8585
with:
8686
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
8787
path: reports/.coverage*
88+
# https://github.com/actions/upload-artifact/issues/602
89+
include-hidden-files: true
8890

8991
all_done:
9092
name: Tests done

0 commit comments

Comments
 (0)