Skip to content

Commit

Permalink
ci: Include hidden file in artifact build (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbazzan authored Jan 16, 2025
1 parent d7e4c2f commit 75d738c
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 @@ -43,6 +43,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.python-version }}
include-hidden-files: true
path: '${{ github.workspace }}/.coverage.*'

coverage:
Expand Down

0 comments on commit 75d738c

Please sign in to comment.