Skip to content

Commit

Permalink
include-hidden-files: true
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Sep 21, 2024
1 parent ec78143 commit 984f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
id: uuid
run: |
echo "uuid=$(uuidgen)" >> $GITHUB_OUTPUT
ls -l -a
- name: Upload partial coverage
uses: actions/upload-artifact@v4
with:
name: coverage${{ steps.uuid.outputs.uuid }}
path: .coverage
include-hidden-files: true

coverage:
needs: tests
Expand Down

0 comments on commit 984f9d2

Please sign in to comment.