Skip to content

Commit

Permalink
ci: add include-hidden-files param to upload coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored and svittoz committed Sep 3, 2024
1 parent a8f9380 commit 1dbccec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
if-no-files-found: ignore
include-hidden-files: true

coverage:
name: Coverage
Expand Down

0 comments on commit 1dbccec

Please sign in to comment.