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 b7b7bb9 commit 60e29cb
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 @@ -48,6 +48,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 60e29cb

Please sign in to comment.