Skip to content

Commit 6ec29b0

Browse files
committed
Error earlier if no fiels are found
1 parent 1834228 commit 6ec29b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)