Skip to content

Commit 4957667

Browse files
committed
chore: fix CI
1 parent 78d01b3 commit 4957667

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7373
path: coverage
7474
if-no-files-found: error
75+
include-hidden-files: true
7576

7677
coverage-combine:
7778
needs: [test]
@@ -103,6 +104,8 @@ jobs:
103104
with:
104105
name: coverage-html
105106
path: htmlcov
107+
if-no-files-found: error
108+
include-hidden-files: true
106109

107110
# https://github.com/marketplace/actions/alls-green#why
108111
check: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)