Skip to content

Commit 1777bd4

Browse files
committed
Fix Coverage upload on GHA
1 parent 791fb08 commit 1777bd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
with:
8181
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
8282
path: '${{ github.workspace }}/.coverage.*'
83+
include-hidden-files: true
84+
if-no-files-found: true
8385

8486
coverage:
8587
name: Coverage

0 commit comments

Comments
 (0)