Skip to content

Commit 3e2f23e

Browse files
committed
Fix Coverage upload on GHA
1 parent 57004ac commit 3e2f23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
with:
4848
name: coverage-data-${{ matrix.python-version }}
4949
path: '${{ github.workspace }}/.coverage.*'
50+
include-hidden-files: true
51+
if-no-files-found: true
5052

5153
coverage:
5254
name: Coverage

0 commit comments

Comments
 (0)