We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a959 commit 9fdf97cCopy full SHA for 9fdf97c
.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