We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499c6ac commit 7c4016eCopy full SHA for 7c4016e
.github/workflows/test.yml
@@ -85,6 +85,8 @@ jobs:
85
with:
86
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
87
path: reports/.coverage*
88
+ # https://github.com/actions/upload-artifact/issues/602
89
+ include-hidden-files: true
90
91
all_done:
92
name: Tests done
0 commit comments