Skip to content

Commit 7ecb413

Browse files
committed
Fix GHA upload-artifact config
1 parent 3e2f23e commit 7ecb413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: coverage-data-${{ matrix.python-version }}
4949
path: '${{ github.workspace }}/.coverage.*'
5050
include-hidden-files: true
51-
if-no-files-found: true
51+
if-no-files-found: error
5252

5353
coverage:
5454
name: Coverage

0 commit comments

Comments
 (0)