Skip to content

Commit

Permalink
ci: Use include-hidden-files: true to upload coverage artifacts (#2638
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edgarrmondragon authored Sep 2, 2024
1 parent 0e2df68 commit 190a9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always() && (matrix.session == 'tests')
with:
include-hidden-files: true
name: coverage-data-nox_${{ matrix.session }}-${{ matrix.os }}-py${{ matrix.python-version }}_sqlalchemy_${{ matrix.sqlalchemy }}
path: ".coverage.*"

Expand Down

0 comments on commit 190a9e6

Please sign in to comment.