We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d01b3 commit 4957667Copy full SHA for 4957667
.github/workflows/test.yml
@@ -72,6 +72,7 @@ jobs:
72
name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
73
path: coverage
74
if-no-files-found: error
75
+ include-hidden-files: true
76
77
coverage-combine:
78
needs: [test]
@@ -103,6 +104,8 @@ jobs:
103
104
with:
105
name: coverage-html
106
path: htmlcov
107
+ if-no-files-found: error
108
109
110
# https://github.com/marketplace/actions/alls-green#why
111
check: # This job does nothing and is only used for the branch protection
0 commit comments