Skip to content

Commit

Permalink
Enable hidden files upload in GitHub Actions
Browse files Browse the repository at this point in the history
Updated the upload-artifact action to include hidden files and provide a warning if no files are found. This ensures comprehensive coverage data is uploaded without missing any important files.

Signed-off-by: Steven K <[email protected]>
  • Loading branch information
rh0dium committed Sep 5, 2024
1 parent d8e0f3e commit 6c440c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
- name: "Upload Coverage Results for PY:${{ matrix.python-version }} DB:${{ matrix.db}} DJ:${{ matrix.django-version }}"
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
if-no-files-found: warn
name: coverage-${{ matrix.python-version }}-${{ matrix.db}}-${{ matrix.django-version }}
path: .coverage
retention-days: 1
Expand Down

0 comments on commit 6c440c2

Please sign in to comment.