Skip to content

Commit

Permalink
Fix Coverage upload on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 5, 2024
1 parent ab32c4d commit f3a4e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
with:
name: coverage-data-${{ matrix.python-version }}
path: '${{ github.workspace }}/.coverage.*'
include-hidden-files: true
if-no-files-found: true

coverage:
name: Coverage
Expand Down

0 comments on commit f3a4e14

Please sign in to comment.