Skip to content

Commit 6683e03

Browse files
committed
Fix paste failure
1 parent 856c5db commit 6683e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
name: coverage-${{ matrix.python-version }}
243243
path: .coverage
244244
if-no-files-found: error
245-
include-hidden-files: .coverage
245+
include-hidden-files: true
246246

247247
mypy:
248248
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)