We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57004ac commit 3e2f23eCopy full SHA for 3e2f23e
.github/workflows/main.yml
@@ -47,6 +47,8 @@ jobs:
47
with:
48
name: coverage-data-${{ matrix.python-version }}
49
path: '${{ github.workspace }}/.coverage.*'
50
+ include-hidden-files: true
51
+ if-no-files-found: true
52
53
coverage:
54
name: Coverage
0 commit comments