Skip to content

Commit

Permalink
fix: include hidden files for upload artifact (#11)
Browse files Browse the repository at this point in the history
* fix: include hidden files for upload artifact

* fix lint
  • Loading branch information
tlambert03 authored Sep 9, 2024
1 parent 47d5f47 commit 239b408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-pyrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,9 @@ jobs:
fi
- name: Upload coverage data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.0
if: inputs.coverage-upload == 'artifact'
with:
name: covreport-${{ inputs.os }}-py${{ inputs.python-version }}-${{ env.UUID }}
path: ./.coverage*
include-hidden-files: true

0 comments on commit 239b408

Please sign in to comment.