Skip to content

Commit

Permalink
Fix coverage uploading
Browse files Browse the repository at this point in the history
`include-hidden-files: true` is now required to upload hidden files
  • Loading branch information
Parnassius authored Sep 10, 2024
1 parent e14bbf5 commit ee3e509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
include-hidden-files: true

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee3e509

Please sign in to comment.