Skip to content

Commit

Permalink
workflows: Allow dot files in coverage upload
Browse files Browse the repository at this point in the history
This is safe since we are specifically naming the files.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Sep 3, 2024
1 parent 106fee2 commit 2bbfbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-data-${{ steps.coverage-uuid.outputs.COVERAGE_UUID }}
include-hidden-files: 'true'
path: |
.coverage.*
*.lcov
Expand Down

0 comments on commit 2bbfbe5

Please sign in to comment.