Skip to content

Commit

Permalink
Fix GHA upload-artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 5, 2024
1 parent 1777bd4 commit c87df5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
path: '${{ github.workspace }}/.coverage.*'
include-hidden-files: true
if-no-files-found: true
if-no-files-found: error

coverage:
name: Coverage
Expand Down

0 comments on commit c87df5a

Please sign in to comment.