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 committed Sep 16, 2024
1 parent f245809 commit 5041eda
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 @@ -60,6 +60,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
if-no-files-found: ignore
include-hidden-files: true

Coverage:
needs: Pytest
Expand Down

0 comments on commit 5041eda

Please sign in to comment.