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 2deccee commit 07baf85
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 @@ -48,7 +48,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
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 07baf85

Please sign in to comment.