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 791fb08 commit 1777bd4
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 @@ -80,6 +80,8 @@ jobs:
with:
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

coverage:
name: Coverage
Expand Down

0 comments on commit 1777bd4

Please sign in to comment.