File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 }}
172172 path : .coverage.*
173173 include-hidden-files : true
174- if-no-files-found : ignore
174+ if-no-files-found : error
175175
176176 # Skip tests
177177 skip-tests :
@@ -217,7 +217,7 @@ jobs:
217217 name : coverage-data-skip-tests-${{ matrix.python-version }}
218218 path : .coverage.*
219219 include-hidden-files : true
220- if-no-files-found : ignore
220+ if-no-files-found : error
221221
222222 # Windows tests
223223 windows-tests :
@@ -253,7 +253,7 @@ jobs:
253253 name : coverage-data-windows-${{ matrix.python-version }}
254254 path : .coverage.*
255255 include-hidden-files : true
256- if-no-files-found : ignore
256+ if-no-files-found : error
257257
258258 # Coverage combination and enforcement
259259 coverage :
You can’t perform that action at this time.
0 commit comments