Skip to content

Commit c87df5a

Browse files
committed
Fix GHA upload-artifact config
1 parent 1777bd4 commit c87df5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
8282
path: '${{ github.workspace }}/.coverage.*'
8383
include-hidden-files: true
84-
if-no-files-found: true
84+
if-no-files-found: error
8585

8686
coverage:
8787
name: Coverage

0 commit comments

Comments
 (0)