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 60e29cb commit decbd38
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 @@ -49,7 +49,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 decbd38

Please sign in to comment.